ChromeDevtoolsRecorder class

Properties

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

Methods

createView(String title, String pagePath) RecorderView
Creates a view that can handle the replay. This view will be embedded inside the Recorder panel. title Title that is displayed next to the extension icon in the Developer Tools toolbar. pagePath Path of the panel's HTML page relative to the extension directory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerRecorderExtensionPlugin(RecorderExtensionPlugin plugin, String name, String mediaType) → void
Registers a Recorder extension plugin. plugin An instance implementing the RecorderExtensionPlugin interface. name The name of the plugin. mediaType The media type of the string content that the plugin produces.
toString() String
A string representation of this object.
inherited

Operators

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