StorageServerDriver class

Tooling server that drives the storage inspector server A single instance needs to be created and all storage servers registered with it.

The servet does not start automatically upon creation, call start first. When you are done with the server, call stop

Constructors

StorageServerDriver({String? icon, required String bundleId, int port = 0})
Create a new server driver.

Properties

hashCode int
The hash code for this object.
no setterinherited
port int
The port the tooling server is running on
no setter
protocolVersion int
The protocol version this tooling server 'speaks'
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

addFileServer(FileServer server) → void
Register a file server for inspection
addKeyValueServer(KeyValueServer server) → void
Register a key value server for inspection
addSQLServer(SQLDatabaseServer server) → void
Register an sql server for inspection
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start({bool paused = false}) Future<void>
Starts the server and announcement system for IDE integration
stop() Future<void>
Shuts down the internal server and announcement system
toString() String
A string representation of this object.
inherited

Operators

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