openLocationSettings method

Future<bool> openLocationSettings()

Open location settings

Implementation

Future<bool> openLocationSettings() async {
  return await Geolocator.openLocationSettings();
}