Gets a relative path to the picture
FutureOr<String> getMediaPath(MediaContentType contentType, String mediaId, {mediaType}) { return mediaPathOf(contentType, mediaId, mediaType: mediaType); }