ArtemisOcrScannerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ArtemisOcrScannerPlatform
- Implementers
Constructors
- ArtemisOcrScannerPlatform()
- Constructs a ArtemisOcrScannerPlatform.
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(
bool visibility) → Future< void> -
changeFlashMode(
FlashMode flashMode) → Future< void> -
dispose(
) → Future< void> -
getCameraPermission(
) → Future< bool?> -
getPlatformVersion(
) → Future< String?> -
initCamera(
{required FlashMode initFlash, required bool fill, required CameraType cameraType, required UsageMode mode}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseCamera(
) → Future< void> -
processImageFromPath(
[String path = ""]) → Future< OcrData?> -
resumeCamera(
) → Future< void> -
setMethodCallHandler(
Future handler(MethodCall call)?) → Future< void> -
takePicture(
[String path = ""]) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ArtemisOcrScannerPlatform
-
The default instance of ArtemisOcrScannerPlatform to use.
getter/setter pair