DevToolsServer class

Constructors

DevToolsServer.new()

Properties

clientManager ↔ ClientManager
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

launchDevTools(Map<String, dynamic> params, Uri vmServiceUri, String devToolsUrl, bool headlessMode, bool machineMode) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serveDevTools({bool enableStdinCommands = true, bool machineMode = false, bool debugMode = false, bool launchBrowser = false, bool enableNotifications = false, bool allowEmbedding = true, bool headlessMode = false, bool verboseMode = false, bool printDtdUri = false, String? hostname, String? customDevToolsPath, int port = 0, int numPortsToTry = defaultTryPorts, Handler? handler, String? serviceProtocolUri, String? profileFilename, String? appSizeBase, String? appSizeTest, DtdInfo? dtdInfo}) Future<HttpServer?>
Serves DevTools.
serveDevToolsWithArgs(List<String> arguments, {Handler? handler, String? customDevToolsPath}) Future<HttpServer?>
Wraps serveDevTools arguments parsed, as from the command line.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

buildArgParser({bool verbose = false, bool includeHelpOption = true, int? usageLineLength}) → ArgParser
Builds an arg parser for the DevTools server.