setVerifyFunc method

void setVerifyFunc(
  1. VerifyFunc func
)

Implementation

void setVerifyFunc(VerifyFunc func) {
  _verifyFunc = func;
}