verifyPin abstract method Null safety

Future<void> verifyPin(
  1. 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);