id property

  1. @SupportedPlatforms.new(platforms: [IOSPlatform(), MacOSPlatform()])
String get id

ID used internally.

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()])
String get id =>
    throw UnimplementedError('id is not implemented on the current platform');