openLocationSettings method

Future<bool> openLocationSettings()

Opens the location settings page.

Returns true if the location settings page could be opened, otherwise false is returned.

Implementation

Future<bool> openLocationSettings() async {
  throw UnimplementedError(
      'openLocationSettings() has not been implemented.');
}