onLocationUpdate property

Stream<LocationData> get onLocationUpdate

Stream of location updates

Implementation

Stream<LocationData> get onLocationUpdate => _locationController.stream;