events property

Stream<GeolocationEvent> get events

Stream of all geolocation events.

Implementation

static Stream<GeolocationEvent<dynamic>> get events => _instance.events;