pin abstract method

Future<void> pin(
  1. String pin
)

Specify the PIN to be enrolled.

When this method is invoked, the SDK will validate the PIN and, if valid, will enroll it.

Params:

  • pin: the PIN.

Implementation

Future<void> pin(String pin);