This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ITCS-4155/lib/globals.dart
Carlos Lopez-Rosario f5d4da9ccd Signed in as guest
2020-05-03 12:59:17 -04:00

7 lines
156 B
Dart

library my_prj.globals;
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
Client client = Client(
'xqf4gbfwu2ec',
logLevel: Level.INFO,
);