getGoalsIndex abstract method

Future<List<IndexGoals>> getGoalsIndex({
  1. required bool enabled,
  2. required List<String> tags,
  3. num? page,
  4. num? limit,
  5. String? sponsorId,
  6. bool? trending,
  7. String? q,
})

Implementation

Future<List<IndexGoals>> getGoalsIndex({
  required bool enabled,
  required List<String> tags,
  num? page,
  num? limit,
  String? sponsorId,
  bool? trending,
  String? q,
});