id property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform(), LinuxPlatform()])
String get id

WebView Environment ID.

Implementation

@SupportedPlatforms(platforms: [WindowsPlatform(), LinuxPlatform()])
String get id =>
    throw UnimplementedError('id is not implemented on the current platform');