Move the Servo to the provided angle.
await myServo.move(30);
For more information, see Servo component.
Future<void> move(int angle, {Map<String, dynamic>? extra});