stop abstract method

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

Stop the motor immediately, without any gradual step down.

// Stop the motor.
await myMotor.stop();

For more information, see Motor component.

Implementation

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