Classes
UnsupportedPasskeySignerFactory
Flutter Final Class
Final Class
Fallback factory used when the Flutter runtime does not provide a concrete passkey implementation.
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 Final Class
final class UnsupportedPasskeySignerFactory implements CrossmintPasskeySignerFactory
const UnsupportedPasskeySignerFactory()
Future<CrossmintPasskeySignerConfig> createPasskeySigner({
required String name,
required CrossmintPasskeyConfig config,
})
Was this page helpful?
