IsolateInspectorServer constructor

IsolateInspectorServer(
  1. int port,
  2. String address,
  3. String bundleURL
)

Implementation

IsolateInspectorServer(this.port, this.address, this.bundleURL) {
  registerModule(InspectRuntimeModule(this));
  registerModule(InspectDebuggerModule(this));
  registerModule(InspectorLogModule(this));
}