isMoving abstract method
Whether the base is currently moving
bool baseIsMoving = await myBase.isMoving();
For more information, see Base component.
Implementation
Future<bool> isMoving();
Whether the base is currently moving
bool baseIsMoving = await myBase.isMoving();
For more information, see Base component.
Future<bool> isMoving();