url property
- @SupportedPlatforms.new(platforms: [IOSPlatform(), MacOSPlatform()])
A URL with the http or https scheme pointing to the authentication webpage.
Officially Supported Platforms/Implementations:
- iOS WKWebView
- macOS WKWebView
Use the PlatformWebAuthenticationSession.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [IOSPlatform(), MacOSPlatform()])
WebUri get url => throw UnimplementedError(
'url is not implemented on the current platform',
);