Signed in as guest

This commit is contained in:
Carlos Lopez-Rosario
2020-05-03 12:59:17 -04:00
parent 68460c8b20
commit f5d4da9ccd
4 changed files with 21 additions and 42 deletions

7
lib/globals.dart Normal file
View File

@@ -0,0 +1,7 @@
library my_prj.globals;
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
Client client = Client(
'xqf4gbfwu2ec',
logLevel: Level.INFO,
);