shutdown method

Future<String?> shutdown()

Implementation

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