clearGeolocationOverride method

Future<void> clearGeolocationOverride()

Clears the overridden Geolocation Position and Error.

Implementation

Future<void> clearGeolocationOverride() async {
  await _client.send('Emulation.clearGeolocationOverride');
}