changePace abstract method

Future<bool> changePace(
  1. bool isMoving
)

Changes the motion state (moving/stationary).

Use this to manually indicate movement state when automatic detection may be inaccurate.

Implementation

Future<bool> changePace(bool isMoving);