MediaBuilder class
Constructors
- MediaBuilder(String filePath)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mediaDetail → MediaBuilderDetail?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → Future< MediaBuilder?> -
cancel(
) → Future< String?> -
clearMetaData(
) → void -
clearTags(
) → void -
delete(
) → Future< String?> -
deleteMetaData(
String key) → void -
deleteTag(
String key) → void -
getMediaId(
) → String? -
getMetaData(
) → Map< String, String> -
getTag(
) → Map< String, String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< String?> -
removeEventListeners(
) → Future< void> -
resume(
) → Future< String?> -
setIsLibrary(
{required bool isLibrary}) → void -
setMetaData(
String key, String value) → void -
setTag(
String key, String value) → void -
toString(
) → String -
A string representation of this object.
inherited
-
upload(
{UploadProgressCallback? onProgress, UploadCompleteCallback? onComplete, UploadErrorCallback? onError}) → Future< String> -
watch(
) → Stream< MediaBuilder?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited