isMoving abstract method

Future<bool> isMoving()

Whether the Gantry is currently moving.

var moving = await myGantry.isMoving();

For more information, see Gantry component.

Implementation

Future<bool> isMoving();