openLocationSettings method

Future<bool> openLocationSettings({
  1. DeviceGeolocationSettingsCallback? callback,
})

Implementation

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