onLocation property

Stream<LocationUpdate> get onLocation

Listen to location updates.

Implementation

static Stream<LocationUpdate> get onLocation {
  initialize();
  return _controller.stream;
}