fix(ui): fix example logs

This commit is contained in:
Salvatore Giordano
2021-09-20 11:36:28 +02:00
parent 76671197f7
commit 8730c1b055
@@ -11,7 +11,7 @@ void main() async {
/// from your project dashboard. /// from your project dashboard.
final client = StreamChatClient( final client = StreamChatClient(
's2dxdhpxd94g', 's2dxdhpxd94g',
logLevel: Level.OFF, logLevel: Level.INFO,
); );
/// Set the current user and connect the websocket. In a production /// Set the current user and connect the websocket. In a production