getWatchLocationStream method

Stream<Location>? getWatchLocationStream()

The function getWatchLocationStream() returns a stream of location updates.

Implementation

Stream<Location>? getWatchLocationStream() {
  throw UnimplementedError('getlocationStream() has not been implemented.');
}