shutdown method

Future<int> shutdown({
  1. bool force = false,
})

Implementation

Future<int> shutdown({bool force = false}) {
  throw UnimplementedError('shutdown() has not been implemented.');
}