BaseImagePicker class

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 Methods

getImageFromCamera() Future<File?>
getImageFromCamera Get image from camera
getImageFromGallery() Future<File?>
getImageFromGallery Get image from gallery
getMultipleImages() Future<List<File?>?>
getImageFromCamera Get image from camera
getMultipleImagesWithLimit({required int maxImage}) Future<List<File?>?>
getMultipleImagesWithLimit get multiple images with limit
getVideoFromCamera() Future<File?>
getVideoFromCamera Get video from camera
getVideoFromGallery() Future<File?>
getVideoFromGallery Get video from gallery