onLocationChanged property

Stream<Position> onLocationChanged

Returns the stream that will fire with new positions whenever the device's location changes.

Implementation

Stream<Position> get onLocationChanged => _locationStreamController!.stream;