create method
Implementation
Future<PublicMediumModel> create() async {
var policyID = 'policy_id';
var policy = await _uploadPublicPdf(
app,
memberId,
policiesAssetLocation(),
policyID,
);
return policy;
}
Future<PublicMediumModel> create() async {
var policyID = 'policy_id';
var policy = await _uploadPublicPdf(
app,
memberId,
policiesAssetLocation(),
policyID,
);
return policy;
}