add client_test.dart

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-06-16 22:19:00 +05:30
parent 7c9bc3b950
commit e8e1d53aa3
12 changed files with 2356 additions and 75 deletions
@@ -174,7 +174,7 @@ class StreamChannelState extends State<StreamChannel> {
try {
final response = await channel.getReplies(
parentId,
PaginationParams(
options: PaginationParams(
lessThan: message?.id,
limit: limit,
),