ImagePickerService mixin
The Image Picker Service class is the functionality of the Image Picker package which uses the Image Picker package to choose an image. If you have your own implementation of the Image Picker you can add it to the constructor when creating the class.
- Mixin Applications
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
-
pickImage(
ImageSource source, {ImagePickerConfig? config}) → Future< Uint8List?> -
pickImage is the function that picks the image and returns it as a
Uint8List
. The function requiressource
, an ImageSource -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited