getGroupNameUpdatedEventStream method

Stream<ZIMKitEventGroupNameUpdated> getGroupNameUpdatedEventStream()

Implementation

Stream<ZIMKitEventGroupNameUpdated> getGroupNameUpdatedEventStream() {
  return ZIMKitCore.instance.onGroupNameUpdatedEventController.stream;
}