@override Future<void> closeDatabase() async { try { await _database.close(); } catch (e) { throw DatabaseBridgeException(error: e); } }