verifyFPSWithTemplate method

Future<SensorVerifyImageResponse> verifyFPSWithTemplate(
  1. List<TemplateData> templateData,
  2. bool fingerDataEnabled
)

Implementation

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