onClose property Null safety
Stream of close events handled by this Database.
Implementation
Stream<Event> get onClose => closeEvent.forTarget(this);
Stream of close events handled by this Database.
Stream<Event> get onClose => closeEvent.forTarget(this);