How to detect if iOS or Android device has HomeBar at the bottom of device in flutter
Device with HomeBar need some spacing on the bottom of the page. So, we need to check if device has homebar so that we can give the padding accordingly. How to know if device has HomeBar in flutter?