ImageHelper class

Constructors

ImageHelper()

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

getSingleCamera({dynamic callBackMultiPickerCamera(List<PlatformFile> files)?, dynamic callBackPickerCamera(File file)?, bool? isMultiImage = false}) Future<void>
getSingleImage({dynamic callBackMultiPickerImage(List<PlatformFile>)?, dynamic callBackPickerImage(File file)?, bool? isMultiImage = false}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermissionWith(Permission permission, bool isPicker, {dynamic callBackMultiPickerImages(List<PlatformFile> files)?, dynamic callBackMultiPickerCamera(List<PlatformFile> files)?, dynamic callBackPickerCamera(File file)?, dynamic callBackPickerImage(File file)?}) → void
toString() String
A string representation of this object.
inherited

Operators

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