WebViewPermissionResourceType constructor

  1. @protected
const WebViewPermissionResourceType(
  1. String name
)

Constructs a WebViewPermissionResourceType.

This should only be used by this class and subclasses in platform implementations.

Implementation

@protected
const WebViewPermissionResourceType(this.name);