isDatabaseOpen property
Check if the database is still open or has the app been flagged to be shutdown.
Implementation
bool get isDatabaseOpen => _database.isOpen;
Check if the database is still open or has the app been flagged to be shutdown.
bool get isDatabaseOpen => _database.isOpen;