onLocation property
Stream<LocationUpdate>
get
onLocation
Listen to location updates.
Implementation
static Stream<LocationUpdate> get onLocation {
initialize();
return _controller.stream;
}
Listen to location updates.
static Stream<LocationUpdate> get onLocation {
initialize();
return _controller.stream;
}