Dart Documentationchrome.permissions

chrome.permissions library

Use the chrome.permissions API to request declared optional permissions at run time rather than install time, so users understand why the permissions are needed and grant only those that are necessary.

Properties

final ChromePermissions permissions #

Accessor for the chrome.permissions namespace.

final ChromePermissions permissions = new ChromePermissions._()

Classes