markAllRead method

Future<EmptyResponse> markAllRead()

Mark all channels for this user as read

Implementation

Future<EmptyResponse> markAllRead() => _chatApi.channel.markAllRead();