isMoving abstract method

Future<bool> isMoving()

Whether the base is currently moving

bool baseIsMoving = await myBase.isMoving();

For more information, see Base component.

Implementation

Future<bool> isMoving();