IMediaService class abstract

Available Extensions

Constructors

IMediaService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMediaPath(MediaContentType<Object> contentType, String mediaId, {dynamic mediaType}) FutureOr<String>
Gets a relative path to the picture
getMediaUri(MediaContentType<Object> contentType, String mediaId, {dynamic mediaType}) FutureOr<Uri>
Gets an absolute URI to the picture
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadMedia(dynamic file, MediaContentType<Object> contentType, {dynamic mediaType, String? mediaId, ProgressTracker<Uri>? progress, bool isDebug}) ProgressTracker<Uri>

Operators

operator ==(Object other) bool
The equality operator.
inherited