locationUpdates property
Stream<LocationResult>
get
locationUpdates
A stream of location changes
Implementation
Stream<LocationResult> get locationUpdates => _streamController.stream;
A stream of location changes
Stream<LocationResult> get locationUpdates => _streamController.stream;