AvailabilityTypeWindows constructor
AvailabilityTypeWindows({})
Constructs an instance of AvailabilityTypeWindows.
hasPasskeySupport: Indicates if the platform supports passkeys.isNative: Should betruefor Windows platforms.isUserVerifyingPlatformAuthenticatorAvailable: Required; whether Windows Hello or other platform authenticators are available.
Implementation
AvailabilityTypeWindows({
required super.hasPasskeySupport,
required super.isNative,
required this.isUserVerifyingPlatformAuthenticatorAvailable,
});