Get the position of the axes in millimeters.
var position = await myGantry.position();
For more information, see Gantry component.
Future<List<double>> position({Map<String, dynamic>? extra});