isDatabaseOpen property

bool isDatabaseOpen

Check if the database is still open or has the app been flagged to be shutdown.

Implementation

bool get isDatabaseOpen => _database.isOpen;