Stop all motion of the Gripper. It is assumed the Gripper stops immediately.
await myGripper.stop();
For more information, see Gripper component.
Future<void> stop({Map<String, dynamic>? extra});