🗑️ Delete a key.
static Future<bool> remove(String key) async { assert(_prefs != null, 'Call EaseXStorage.init() first!'); return await _prefs!.remove(key); }