UniFPSPlugin class

Constructors

UniFPSPlugin()

Properties

fingerPositionUpdates Stream<FingerPosition>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

captureFPS() Future<SensorResponse>
closeFPS() Future<int>
disableFingerPositionUpdates() Future<int>
enableFingerPositionUpdates() Future<int>
getFPSDeviceInfo() Future<FPSDeviceInfo>
getImageCompressionAlgo() Future<int>
getImageQuality() Future<int>
getTemplate() Future<int>
getTimeout() Future<int>
initFPS() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFFDSecurityLevel(SecurityLevel securityLevel) Future<int>
setImgCompressionAlgo(ImageCompressionType imageCompressionType) Future<int>
setTemplate(TemplateType templateType) Future<int>
setTimeout(int timeout) Future<int>
toString() String
A string representation of this object.
inherited
verifyFPS(List<int> fingerData1, bool fingerDataEnabled) Future<SensorVerifyImageResponse>
verifyFPSMatch(List<int> fingerData1, List<int> fingerData2) Future<SensorVerifyResponse>
verifyFPSWithTemplate(List<TemplateData> templateData, bool fingerDataEnabled) Future<SensorVerifyImageResponse>

Operators

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