getMediaUri abstract method

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

Gets an absolute URI to the picture

Implementation

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