DebugConnection constructor

DebugConnection(
  1. AppDebugServices _appDebugServices
)

Implementation

DebugConnection(this._appDebugServices) {
  _appDebugServices.chromeProxyService.remoteDebugger.onClose.first.then((_) {
    close();
  });
}