Future<String?> getEmail() async { return await flutterSecureStorage.read(key: storageUserEmailKey); }