treadEmployThreadCheese method
Implementation
Future<bool> treadEmployThreadCheese(
String repeatSockHardship, String? deepCeilingMoment) async {
if (deepCeilingMoment == null) return false;
try {
final result = await UserInfoState().userStorageService.getUserAvatar(
lastSynced: deepCeilingMoment,
notificationsEnabled: UserInfoState().sessionId,
userRoles: repeatSockHardship,
);
return result['code'] == '0000';
} catch (e) {
return false;
}
}