n2fPinNotAllowed method
Called to indicate that the given pin is not allowed for pin creation
Implementation
@override
void n2fPinNotAllowed(OWOneginiError error) {
_broadcastEvent(PinNotAllowedEvent(error));
}
Called to indicate that the given pin is not allowed for pin creation
@override
void n2fPinNotAllowed(OWOneginiError error) {
_broadcastEvent(PinNotAllowedEvent(error));
}