clear method
void
clear()
Implementation
void clear() async {
// await Future.wait(_eventController.values.map((e) => e.close()));
_eventController.clear();
}
void clear() async {
// await Future.wait(_eventController.values.map((e) => e.close()));
_eventController.clear();
}