getCollectionwithParams<Model extends BaseModel> abstract method
Implementation
Future<List<Model>> getCollectionwithParams<Model extends BaseModel>(
String path,
{List<QueryType>? where,
Map<String, bool>? orderby,
int? limit,
String? startAfterID});