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