disableSlowdown method

Future<PartialUpdateChannelResponse> disableSlowdown(
  1. String channelId,
  2. String channelType
)

Disables slow mode

Implementation

Future<PartialUpdateChannelResponse> disableSlowdown(
  String channelId,
  String channelType,
) async =>
    _chatApi.channel.disableSlowdown(
      channelId,
      channelType,
    );