onMotionChange abstract method
Subscribes to motion change events.
Implementation
StreamSubscription<Location> onMotionChange(
void Function(Location) callback, {
Function? onError,
});
Subscribes to motion change events.
StreamSubscription<Location> onMotionChange(
void Function(Location) callback, {
Function? onError,
});