CrossmintOtpRejectCallback typedef

CrossmintOtpRejectCallback = void Function([Object? error])

Called to cancel a pending OTP challenge, optionally with an error cause.

Implementation

typedef CrossmintOtpRejectCallback = void Function([Object? error]);