onLocationUpdate property
Stream<LocationData>
get
onLocationUpdate
Stream of location updates
Implementation
Stream<LocationData> get onLocationUpdate => _locationController.stream;
Stream of location updates
Stream<LocationData> get onLocationUpdate => _locationController.stream;