dispose method
Implementation
Future<void> dispose() async {
await Future.wait<void>(<Future<void>>[
_notifications.close(),
_actions.close(),
_dismissals.close(),
_replies.close(),
_foreground.close(),
_background.close(),
_opened.close(),
]);
}