static Future<void> setStringSecurity(String key, String data) async { await prefs?.setString( key, encrypter.encrypt(data, iv: iv).base64, ); }