stop method

  1. @override
Future<void> stop()
override

Implementation

@override
Future<void> stop() async {
  await timedDrive.stop();
}