findStudios abstract method

Future<List<Studio>> findStudios({
  1. int? page,
  2. int? perPage,
  3. String? filter,
  4. String? sort,
  5. bool? descending,
  6. bool favoritesOnly = false,
})

Implementation

Future<List<Studio>> findStudios({
  int? page,
  int? perPage,
  String? filter,
  String? sort,
  bool? descending,
  bool favoritesOnly = false,
});