ArtemisCameraKit class
- Implementers
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> -
changeFlashMode(
{required FlashMode mode}) → Future< void> -
getBarcodesFromImage(
[String path = ""]) → Future< BarcodeData?> -
getCameraPermission(
) → Future< bool?> -
getDataFromImage(
String path) → Future< DataInImage> -
getPlatformVersion(
) → Future< String?> -
initCamera(
{required bool hasBarcodeReader, FlashMode initFlash = FlashMode.auto, bool fill = true, BarcodeType barcodeType = BarcodeType.allFormats, CameraType cameraType = CameraType.back, UsageMode mode = UsageMode.barcodeScanner}) → 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(
{required 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