extensions property
ExtensionsApi
get
extensions
Defines commands and events for browser extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
Implementation
ExtensionsApi get extensions => _extensions ??= ExtensionsApi(client);