debugClose method
- @protected
Closes all notification dispatchers - debugging only.
Implementation
@protected
void debugClose() {
for (final WebsocketNotifier notifier in _notifiers.values) {
notifier.close();
}
}
Closes all notification dispatchers - debugging only.
@protected
void debugClose() {
for (final WebsocketNotifier notifier in _notifiers.values) {
notifier.close();
}
}