stop method

Future<String?> stop()

Implementation

Future<String?> stop() {
  throw UnimplementedError('stop() has not been implemented.');
}