getDocuments method Null safety
- {required Collection collection}
override
Get Document from local Collection database.
Implementation
@override
FutureOr<List<Document>> getDocuments({required Collection collection}) {
// TODO: implement getDocuments
throw UnimplementedError();
}