channelChatUrl method

  1. @Deprecated('This method is replaced with \'TalkApi#chatChannelUrl\'')
Future<Uri> channelChatUrl(
  1. String channelPublicId
)

Implementation

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