chore(core): fix example

This commit is contained in:
Salvatore Giordano
2021-11-02 18:17:33 +01:00
parent 685de93e31
commit 1729cbcbb6
@@ -4,7 +4,7 @@ import 'package:stream_chat_flutter_core/stream_chat_flutter_core.dart';
Future<void> main() async {
/// Create a new instance of [StreamChatClient] passing the apikey obtained
/// from your project dashboard.
final client = StreamChatClient('b67pax5b2wdq', logLevel: Level.INFO);
final client = StreamChatClient('b67pax5b2wdq');
/// Set the current user. In a production scenario, this should be done using
/// a backend to generate a user token using our server SDK.