stopDrive method

Future<void> stopDrive()

Stops the current drive.

Implementation

Future<void> stopDrive() {
  throw UnimplementedError('stopDrive() has not been implemented.');
}