SecugenPluginPlatform class abstract

//////////////////// ////////////////////

Inheritance
  • Object
  • PlatformInterface
  • SecugenPluginPlatform
Implementers

Constructors

SecugenPluginPlatform()

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

captureFingerprint(bool auto) Future<ImageCaptureResult?>
captureFingerprintWithQuality(int timeout, int quality, bool auto) Future<ImageCaptureResult?>
clearAllFiles() Future<bool?>
enableLed(bool val) Future<void>
enableSmartCapture(bool val) Future<void>
getMatchingScore(Uint8List firstBytes, Uint8List secondBytes) Future<int?>
initializeDevice() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBrightness(int val) Future<void>
toString() String
A string representation of this object.
inherited
verifyFingerprint(Uint8List firstBytes, Uint8List secondBytes) Future<bool?>

Operators

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

Static Properties

instance SecugenPluginPlatform
getter/setter pair