verifyFPSWithTemplate method
Future<SensorVerifyImageResponse>
verifyFPSWithTemplate(
- List<
TemplateData> templateData, - bool fingerDataEnabled
Implementation
Future<SensorVerifyImageResponse> verifyFPSWithTemplate(
List<TemplateData> templateData, bool fingerDataEnabled) {
throw UnimplementedError(
"verifyFPSWithTemplate() has not been implemented.");
}