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