manualMode abstract method
Whether the arm is currently in manual mode.
bool inManualMode = await myArm.manualMode();
For more information, see Arm component.
Implementation
Future<bool> manualMode({Map<String, dynamic>? extra});
Whether the arm is currently in manual mode.
bool inManualMode = await myArm.manualMode();
For more information, see Arm component.
Future<bool> manualMode({Map<String, dynamic>? extra});