startGeeVerify method

void startGeeVerify(
  1. String gt,
  2. String challenge,
  3. int success
)

Implementation

void startGeeVerify(String gt, String challenge, int success) {
  js.context.callMethod("configGee", [gt, challenge, success]);
}