Type Aliases
CrossmintOtpVerifyCallback
Flutter Type Alias
Type Alias
Called by non-custodial signers to verify the OTP the user entered.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter Type Alias
typedef CrossmintOtpVerifyCallback = Future<void> Function(String otp)
Was this page helpful?
