Emulation.clearGeolocationOverrideClears the overridden Geolocation Position and Error.
{
"id": 1,
"method": "Emulation.clearGeolocationOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.clearGeolocationOverride');
console.log(result);