stop abstract method

Future<void> stop({
  1. Map<String, dynamic>? extra,
})

Stop all motion of the arm. It is assumed that the arm stops immediately.

await myArm.stop();

For more information, see Arm component.

Implementation

Future<void> stop({Map<String, dynamic>? extra});