Stop method

Future<String?> Stop()

Implementation

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