MethodChannelSecugenPlugin class
An implementation of SecugenPluginPlatform that uses method channels. //////////////////////// ///////////////////////
- Inheritance
-
- Object
- PlatformInterface
- SecugenPluginPlatform
- MethodChannelSecugenPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
captureFingerprint(
bool auto) → Future< ImageCaptureResult?> -
override
-
captureFingerprintWithQuality(
int timeout, int quality, bool auto) → Future< ImageCaptureResult?> -
override
-
clearAllFiles(
) → Future< bool?> -
override
-
enableLed(
bool val) → Future< void> -
override
-
enableSmartCapture(
bool val) → Future< void> -
override
-
getMatchingScore(
Uint8List firstBytes, Uint8List secondBytes) → Future< int?> -
override
-
initializeDevice(
) → Future< bool?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBrightness(
int val) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyFingerprint(
Uint8List firstBytes, Uint8List secondBytes) → Future< bool?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited