channelChatUrl method
- @Deprecated('This method is replaced with \'TalkApi#chatChannelUrl\'')
- String channelPublicId
Implementation
@Deprecated('This method is replaced with \'TalkApi#chatChannelUrl\'')
Future<Uri> channelChatUrl(final String channelPublicId) async {
return await chatChannelUrl(channelPublicId);
}