fetchModels<T> abstract method
Implementation
Future<PaginatedResult<T>> fetchModels<T>({
required Query query,
required T Function(Map<String, dynamic>) fromMap,
required String collectionName,
int? limit,
DocumentSnapshot? lastDocumentSnapshot,
});