DapProgressReporter constructor
DapProgressReporter(
- DartDebugAdapter<
LaunchRequestArguments, AttachRequestArguments> adapter, - String idPrefix
Implementation
DapProgressReporter(this.adapter, String idPrefix)
: id = '${idPrefix}_${nextIdSuffix++}';