registerWith static method
void
registerWith()
Registers this class as the default instance of PasskeysIOS.
Implementation
static void registerWith() {
PasskeysPlatform.instance = PasskeysIOS();
}
Registers this class as the default instance of PasskeysIOS.
static void registerWith() {
PasskeysPlatform.instance = PasskeysIOS();
}