From 338b4ac6198b5d329a079596140e5c2a7dd35511 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 14 Feb 2022 20:04:49 +0530 Subject: [PATCH] chore(llc): fix lint Signed-off-by: xsahil03x --- packages/stream_chat/lib/src/client/channel.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/stream_chat/lib/src/client/channel.dart b/packages/stream_chat/lib/src/client/channel.dart index d3900842..945574fd 100644 --- a/packages/stream_chat/lib/src/client/channel.dart +++ b/packages/stream_chat/lib/src/client/channel.dart @@ -1322,7 +1322,8 @@ class Channel { /// Remove the ban for the user with given [userID] in the channel. @Deprecated( - "Use 'unbanMember' instead. This method will be removed in v4.0.0") + "Use 'unbanMember' instead. This method will be removed in v4.0.0", + ) Future unbanUser(String userID) => unbanMember(userID); /// Remove the ban for the member with given [userID] in the channel.