SessionUpdateParams constructor
SessionUpdateParams({
- required String topic,
- required SessionNamespaces namespaces,
Implementation
SessionUpdateParams({
required this.topic,
required this.namespaces,
});