getMediaPath method

FutureOr<String> getMediaPath(
  1. MediaContentType<Object> contentType,
  2. String mediaId, {
  3. dynamic mediaType,
})
override

Gets a relative path to the picture

Implementation

FutureOr<String> getMediaPath(MediaContentType contentType, String mediaId,
    {mediaType}) {
  return mediaPathOf(contentType, mediaId, mediaType: mediaType);
}