getMediaUri method
Gets an absolute URI to the picture
Implementation
@override
FutureOr<Uri> getMediaUri(MediaContentType contentType, String mediaId,
{mediaType}) {
return mediaUriOf(
contentType,
mediaId,
mediaType: mediaType,
cloudFrontUrl: this.cloudFrontUrl,
);
}