Future<K?> remove<K>(K key, {String? scope}) { return AargulDatabaseManager.removeItem<K>(key, db: __db, scope: scope); }