ImagePickerWeb class

Constructors

ImagePickerWeb()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

getImageInfo Future<MediaInfo>
Help to retrieve further image's informations about your picked source.
no setter
getVideoInfo Future<MediaInfo>
Help to retrieve further video's informations about your picked source.
no setter

Static Methods

getImage({required ImageType outputType}) Future
Picker that close after selecting 1 image. Here are the different instance of Future returned depending on outputType :
getMultiImages({required ImageType outputType}) Future<List?>
of Future returned depending on outputType :
getVideo({required VideoType outputType}) Future
Picker that close after selecting 1 video. Here are the different instance of Future returned depending on outputType :
registerWith(Registrar registrar) → void