RequestSessionGetStateMonitor constructor

RequestSessionGetStateMonitor({
  1. required List<MonitorId> path,
})

Implementation

RequestSessionGetStateMonitor({
  required this.path,
});