Get the current angle (degrees) of the Servo.
var angle = await myServo.position();
For more information, see Servo component.
Future<int> position({Map<String, dynamic>? extra});