SessionUpdateParams constructor

SessionUpdateParams({
  1. required String topic,
  2. required SessionNamespaces namespaces,
})

Implementation

SessionUpdateParams({
  required this.topic,
  required this.namespaces,
});