move abstract method

Future<void> move(
  1. int angle, {
  2. Map<String, dynamic>? extra,
})

Move the Servo to the provided angle.

await myServo.move(30);

For more information, see Servo component.

Implementation

Future<void> move(int angle, {Map<String, dynamic>? extra});