doShutdown method

  1. @protected
  2. @override
Future doShutdown()
override

Implementation

@protected
@override
Future doShutdown() async {
  for (final e in _recordStreams.entries) {
    await e.value.dispose();
  }
  _allChangeStream.close();
}