liveStream property

StreamController<LatLng> liveStream

Stream to listen to current live user position on the map

Implementation

StreamController<LatLng> get liveStream => _liveStream;