setTopicInfo method

Future<V2TimCallback> setTopicInfo(
  1. {required V2TimTopicInfo topicInfo}
)

Implementation

Future<V2TimCallback> setTopicInfo({
  required V2TimTopicInfo topicInfo,
}) async {
  throw UnimplementedError('setTopicInfo has not been implemented.');
}