isMoving abstract method
Get if the Servo is currently moving.
var isItMoving = await myServo.isMoving();
For more information, see Servo component.
Implementation
Future<bool> isMoving();
Get if the Servo is currently moving.
var isItMoving = await myServo.isMoving();
For more information, see Servo component.
Future<bool> isMoving();