close method
Closes all streams.
Implementation
Future<void> close() async {
await Future.wait([
eventsController.close(),
noticesController.close(),
]);
}
Closes all streams.
Future<void> close() async {
await Future.wait([
eventsController.close(),
noticesController.close(),
]);
}