shutdown method

Future<bool?> shutdown()

Implementation

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