clearGeolocationOverride method

  1. @Deprecated('This command is deprecated')
Future<void> clearGeolocationOverride()

Clears the overridden Geolocation Position and Error.

Implementation

@Deprecated('This command is deprecated')
Future<void> clearGeolocationOverride() async {
  await _client.send('Page.clearGeolocationOverride');
}