From e054310fa294653107dade9bc606b5fd897c2f62 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 16 May 2022 16:56:13 +0200 Subject: [PATCH] fix typo --- packages/stream_chat_flutter_core/lib/src/stream_channel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_flutter_core/lib/src/stream_channel.dart b/packages/stream_chat_flutter_core/lib/src/stream_channel.dart index 4908c28a..18e494e2 100644 --- a/packages/stream_chat_flutter_core/lib/src/stream_channel.dart +++ b/packages/stream_chat_flutter_core/lib/src/stream_channel.dart @@ -221,7 +221,7 @@ class StreamChannelState extends State { Future loadChannelAtMessage( String? messageId, { @Deprecated('before is deprecated, use limit instead') int before = 20, - @Deprecated('before is deprecated, use limit instead') int after = 20, + @Deprecated('after is deprecated, use limit instead') int after = 20, int limit = 20, bool preferOffline = false, }) =>