Collect Parcels Call
class CollectParcelsCall(result: Result<Flow<ParcelCollection>>) : MockMethodCall<CollectParcelsArgs, Flow<ParcelCollection>>
Mock call to collect parcels.
Parameters
result
The flow of parcel collections to return to mimic a success scenario, or the exception to throw in a failure scenario.