onClose property Null safety

Stream<Event> onClose

Stream of close events handled by this Database.

Implementation

Stream<Event> get onClose => closeEvent.forTarget(this);