getDocuments abstract method Null safety
- {required Collection collection}
Get Document from local Collection database.
Implementation
FutureOr<List<Document>> getDocuments({required Collection collection});
Get Document from local Collection database.
FutureOr<List<Document>> getDocuments({required Collection collection});