ImageCaptureController class

Constructors

ImageCaptureController()

Properties

hashCode int
The hash code for this object.
no setterinherited
imageData Uint8List?
Here the getter returns a PickedFile which you can use this imageData returns Uint8List which you can use in any platform such as Android, iOS, Web etc to upload to your server such as cloudFirestore for example: for file => File.fromRawPath(imageData);
no setter
imageName String?
imageName getter returns name of the image which you can use to upload image to the server
no setter
imagePath String?
imagePath getter returns name of the image which you can use to upload image to the server
no setter
isBlank bool
isBlankU says whether the imageData is null or not
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePickedImage(Uint8List? uInt8list, String? path) → dynamic

Operators

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