getMediaPath abstract method

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

Gets a relative path to the picture

Implementation

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