onLocationChanged abstract method

Stream<LocationData?> onLocationChanged({
  1. bool inBackground = false,
})

Return a stream of the user's location.

Implementation

Stream<LocationData?> onLocationChanged({bool inBackground = false});