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