clearWatch method

void clearWatch(
  1. GeoWatch watch
)

Stops a live location watch.

This is a no-op outside browser builds.

Implementation

void clearWatch(GeoWatch watch) {}