call abstract method

TRes call({
  1. bool? profile,
  2. bool? notification,
  3. bool? wallet,
  4. bool? challenge,
  5. bool? chat,
  6. bool? campaigns,
  7. bool? buttons,
  8. bool? badges,
  9. bool? leaderboard,
  10. bool? marketplace,
  11. bool? affiliate,
  12. bool? theme,
  13. String? marketplaceCoin,
})

Implementation

TRes call({
  bool? profile,
  bool? notification,
  bool? wallet,
  bool? challenge,
  bool? chat,
  bool? campaigns,
  bool? buttons,
  bool? badges,
  bool? leaderboard,
  bool? marketplace,
  bool? affiliate,
  bool? theme,
  String? marketplaceCoin,
});