closeAll method

Future<void> closeAll()

Implementation

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