clearLocationWatch method
The function clearLocationWatch() throws an UnimplementedError indicating that it has not been
implemented yet.
Implementation
Future<String?> clearLocationWatch() {
throw UnimplementedError('clearLocationWatch() has not been implemented.');
}