verifyFPS method

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

Implementation

Future<SensorVerifyImageResponse> verifyFPS(
    List<int> fingerData1, bool fingerDataEnabled) {
  throw UnimplementedError("verifyFPS() has not been implemented.");
}