openLocationSettings method
Opens the location settings page.
Returns true
if the location settings page could be opened, otherwise
false
is returned.
Implementation
@override
Future<void> openLocationSettings() {
return Geolocator.openLocationSettings();
}