openLocationSettings method

Future<bool> openLocationSettings()

Implementation

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