updateSession abstract method

Future<void> updateSession({
  1. required String topic,
  2. required Map<String, Namespace> namespaces,
})

Implementation

Future<void> updateSession({
  required String topic,
  required Map<String, Namespace> namespaces,
});