IMediaService class abstract
Constructors
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 contentType, String mediaId, {dynamic mediaType}) → FutureOr< String> - Gets a relative path to the picture
-
getMediaUri(
MediaContentType 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 contentType, {dynamic mediaType, String? mediaId, ProgressTracker< Uri> ? progress, bool isDebug}) → ProgressTracker<Uri>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited