ExtensionsApi class abstract

Constructors

ExtensionsApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

apiExtensionEnabledState → const String
Returns and optionally sets the enabled state for a DevTools extension.
apiServeAvailableExtensions → const String
Serves any available extensions and returns a list of their configurations to DevTools.
enabledStatePropertyName → const String
The property name for the query parameter that is optionally passed along with apiExtensionEnabledState requests to the server to set the enabled state for the extension.
extensionNamePropertyName → const String
The property name for the query parameter passed along with apiExtensionEnabledState requests to the server that describes the name of the extension whose state is being queried.
extensionRootPathPropertyName → const String
The property name for the query parameter passed along with extension-related requests to the server that describes the package root for the app whose extensions are being queried.
extensionsResultPropertyName → const String
The property name for the response that the server sends back upon receiving a apiServeAvailableExtensions request.
extensionsResultWarningPropertyName → const String
The property name for an optional warning message field in the response that the server sends back upon receiving a apiServeAvailableExtensions request.