openAppSettings method

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

Implementation

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