- @override
Callback used to notify a node that it is about to be removed.
Source
@override onRemoving() { if (database != null) { database.close(); } }
Callback used to notify a node that it is about to be removed.
@override onRemoving() { if (database != null) { database.close(); } }