runtime property

ChromeRuntime get runtime

Use the chrome.runtime API to retrieve the service worker, return details about the manifest, and listen for and respond to events in the app or extension lifecycle. You can also use this API to convert the relative path of URLs to fully-qualified URLs.

Implementation

ChromeRuntime get runtime => _runtime;