Future<T?> requestGetCacheUser(String cacheUserKey) { return LocalStorage.getCustomBean( cacheUserKey, fromJson: (bMap) { return fromUserCacheJson(bMap); }, ); }