doShutdown method

  1. @override
Future doShutdown()
override

Implementation

@override
Future doShutdown() async {
  await _pushStream.close();
}