clearChannelAttributes method

  1. @Deprecated('Use clearChannelAttributes2 instead of.')
Future<void> clearChannelAttributes(
  1. String channelId,
  2. bool enableNotificationToChannelMembers
)

Implementation

@Deprecated('Use clearChannelAttributes2 instead of.')
Future<void> clearChannelAttributes(
    String channelId, bool enableNotificationToChannelMembers) {
  return clearChannelAttributes2(
      channelId, ChannelAttributeOptions(enableNotificationToChannelMembers));
}