Dart Documentationchrome.appChromeApp

ChromeApp class

class ChromeApp {
 ChromeApp._();

 /**
  * Accessor for the `chrome.app.runtime` namespace.
  */
 final ChromeAppRuntime runtime = new ChromeAppRuntime._();

 /**
  * Accessor for the `chrome.app.window` namespace.
  */
 final ChromeAppWindow window = new ChromeAppWindow._();
}

Properties

final ChromeAppRuntime runtime #

Accessor for the chrome.app.runtime namespace.

final ChromeAppRuntime runtime = new ChromeAppRuntime._()

final ChromeAppWindow window #

Accessor for the chrome.app.window namespace.

final ChromeAppWindow window = new ChromeAppWindow._()