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