DebugMcpHost constructor

DebugMcpHost(
  1. DebugSurface _surface, {
  2. Future<List<({String id, String name})>> listBundles()?,
  3. Future<bool> openBundle(
    1. String bundleId
    )?,
})

Implementation

DebugMcpHost(this._surface, {this.listBundles, this.openBundle});