stream property

  1. @override
Stream<Location> get stream
override

Stream of location updates.

Implementation

@override
Stream<Location> get stream => _instance.locationStream;