closeEvents method
Closes the internal event bridge. Call from owners that explicitly dispose the service. Safe to call multiple times.
Implementation
Future<void> closeEvents() => _admin.closeEvents();
Closes the internal event bridge. Call from owners that explicitly dispose the service. Safe to call multiple times.
Future<void> closeEvents() => _admin.closeEvents();