treadEmployThreadCheese method

Future<bool> treadEmployThreadCheese(
  1. String repeatSockHardship,
  2. String? deepCeilingMoment
)

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;
  }
}