shutdown method

Future<void> shutdown()

Shutdown all services

Implementation

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