verifyFPS method

Future<SensorVerifyImageResponse> verifyFPS(
  1. List<int> fingerData1,
  2. bool fingerDataEnabled
)

Implementation

Future<SensorVerifyImageResponse> verifyFPS(
    List<int> fingerData1, bool fingerDataEnabled) {
  return UniFlutterPluginPlatform.instance
      .verifyFPS(fingerData1, fingerDataEnabled);
}