isMoving abstract method
Get if the Motor is currently moving.
// Check whether the motor is moving.
var moving = await myMotor.isMoving();
For more information, see Motor component.
Implementation
Future<bool> isMoving({Map<String, dynamic>? extra});