Future<bool> has<T>(String key, {String? scope}) async { return AargulDatabaseManager.hasItem<T>(key, db: __db, scope: scope); }