getPinBlock abstract method
Opens the PED for online PIN entry. The stream carries keypress feedback and ends with exactly one terminal event: confirmed, cancelled, timed out or failed.
Implementation
Stream<PinInputEvent> getPinBlock({
required int ppkIndex,
required String pan,
required String hint,
int min = 4,
int max = 4,
int timeoutMillis = 60000,
});