collectDifficultyRewards method

Future<void> collectDifficultyRewards()

claim pending difficulty rewards

Implementation

Future<void> collectDifficultyRewards() async {
  return await client.post(
      MCP(FortniteProfile.campaign, accountId: client.accountId)
          .ClaimDifficultyIncreaseRewards);
}