openLocationServicesSettings method

Future<bool> openLocationServicesSettings()

Open location services settings.

Implementation

Future<bool> openLocationServicesSettings() async {
  return await _methodChannel.invokeMethod('openLocationServicesSettings');
}