fix format

This commit is contained in:
Salvatore Giordano
2022-05-16 14:54:59 +02:00
parent 2f9a35f3fa
commit f969b4a51d
13 changed files with 16 additions and 17 deletions
@@ -64,7 +64,7 @@ class StreamChannelListController extends PagedValueNotifier<int, Channel> {
this.limit = defaultChannelPagedLimit,
this.messageLimit,
this.memberLimit,
}) : _eventHandler = eventHandler ?? StreamChannelListEventHandler();
}) : _eventHandler = eventHandler ?? StreamChannelListEventHandler();
/// The client to use for the channels list.
final StreamChatClient client;