verifyPin abstract method
- String pin
The method to be invoked when the PIN authenticator must be used.
The SDK will verify that the provided PIN is valid. Params:
- pin: the PIN.
Implementation
Future<void> verifyPin(String pin);
The method to be invoked when the PIN authenticator must be used.
The SDK will verify that the provided PIN is valid. Params:
Future<void> verifyPin(String pin);