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. List<Enum$LandingPageTypeEnum>? pages,
})

Implementation

TRes call({
  bool? profile,
  bool? notification,
  bool? wallet,
  bool? challenge,
  bool? chat,
  bool? campaigns,
  bool? buttons,
  List<Enum$LandingPageTypeEnum>? pages,
});