manualMode abstract method

Future<bool> manualMode({
  1. Map<String, dynamic>? extra,
})

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});