watchLocation method

Future<String?> watchLocation()

The function watchLocation() throws an error indicating that it has not been implemented yet.

Implementation

Future<String?> watchLocation() {
  throw UnimplementedError('watchLocation() has not been implemented.');
}