verifyFPSMatch method

Future<SensorVerifyResponse> verifyFPSMatch(
  1. List<int> fingerData1,
  2. List<int> fingerData2
)

Implementation

Future<SensorVerifyResponse> verifyFPSMatch(
    List<int> fingerData1, List<int> fingerData2) {
  throw UnimplementedError("verifyFPSMatch() has not been implemented.");
}