initialSettings property
Initial settings.
Officially Supported Platforms/Implementations:
- iOS WKWebView
- macOS WKWebView
Use the PlatformWebAuthenticationSession.isPropertySupported method to check if this property is supported at runtime.
Implementation
WebAuthenticationSessionSettings? get initialSettings =>
platform.initialSettings;