ArtemisOcrScannerController class
- Inheritance
-
- Object
- ArtemisOcrScanner
- ArtemisOcrScannerController
Constructors
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
-
changeCameraVisibility(
{required bool visibility}) → Future< void> -
inherited
-
changeFlashMode(
{required FlashMode mode}) → Future< void> -
inherited
-
getCameraPermission(
) → Future< bool?> -
inherited
-
getPlatformVersion(
) → Future< String?> -
inherited
-
initCamera(
{FlashMode initFlash = FlashMode.auto, bool fill = true, CameraType cameraType = CameraType.back, UsageMode mode = UsageMode.ocrReader}) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseCamera(
) → Future< void> -
inherited
-
processImageFromPath(
[String path = ""]) → Future< OcrData?> -
inherited
-
resumeCamera(
) → Future< void> -
inherited
-
setMethodCallHandler(
{required Future handler(MethodCall call)?}) → Future< void> -
inherited
-
takePicture(
[String path = ""]) → Future< String?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited