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