RequestSessionUpdate constructor

const RequestSessionUpdate({
  1. required SessionNamespaces namespaces,
})

Implementation

const RequestSessionUpdate({
  required this.namespaces,
});