verifyFPSWithTemplate method
Future<SensorVerifyImageResponse>
verifyFPSWithTemplate(
- List<
TemplateData> templateData, - bool fingerDataEnabled
Implementation
Future<SensorVerifyImageResponse> verifyFPSWithTemplate(
List<TemplateData> templateData, bool fingerDataEnabled) {
return UniFlutterPluginPlatform.instance
.verifyFPSWithTemplate(templateData, fingerDataEnabled);
}