clearGeolocationOverride method
Clears the overridden Geolocation Position and Error.
Implementation
@Deprecated('This command is deprecated')
Future<void> clearGeolocationOverride() async {
await _client.send('Page.clearGeolocationOverride');
}
Clears the overridden Geolocation Position and Error.
@Deprecated('This command is deprecated')
Future<void> clearGeolocationOverride() async {
await _client.send('Page.clearGeolocationOverride');
}