stopWatchPosition method
Stop a watch started by watchPosition.
Implementation
Future<bool> stopWatchPosition(int watchId) {
throw UnimplementedError('stopWatchPosition() has not been implemented.');
}
Stop a watch started by watchPosition.
Future<bool> stopWatchPosition(int watchId) {
throw UnimplementedError('stopWatchPosition() has not been implemented.');
}