Mrzflutterplugin class

Constructors

Mrzflutterplugin()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

captureIdImage Future<String>
no setter
getSdkVersion Future<String>
no setter
scanFromGallery Future<String>
no setter
startScanner Future<String>
no setter

Static Methods

closeScanner() → void
registerWithLicenceKey(String licenceKey) → void
resumeScanner() → void
setDateFormat(String dateFormat) → void
setEffortLevel(int effortLevel) → void
setExtractFullPassportImageEnabled(bool extractFullPassportImageEnabled) → void
setExtractIdBackImageEnabled(bool extractIdBackImageEnabled) → void
setExtractPortraitEnabled(bool extractPortraitEnabled) → void
setExtractSignatureEnabled(bool extractSignatureEnabled) → void
setIDActive(bool active) → void
setMaxThreads(int maxThreads) → void
setPassportActive(bool active) → void
setScannerType(int scannerType) → void
setUseFrontCamera(bool enabled) → void
setVibrateOnSuccessfulScan(bool vibrate) → void
setVisaActive(bool active) → void
setWarnIncompatibleCamera(bool enabled) → void
setZoomFactor(double zoomFactor) → void
startContinuousScanner(MRZScannerCallback callback, [bool ignoreDuplicates = true]) → void
startPartialViewScanner(int x, int y, int width, int height) Future<String>
startScannerWithCustomOverlay(String base64String) Future<String>
toggleFlash(bool toggleFlash) → void