motionChanges property

  1. @override
Stream<Location> get motionChanges
override

Stream of motion changes (moving/stationary transitions).

Implementation

@override
Stream<Location> get motionChanges => _instance.motionChangeStream;