restore thread example

This commit is contained in:
Salvatore Giordano
2020-02-28 11:01:58 +01:00
parent a6d659f932
commit 415626d99f
-6
View File
@@ -19,15 +19,9 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
final theme = ThemeData(
primarySwatch: Colors.orange,
);
return MaterialApp(
theme: theme,
home: Container(
child: StreamChat(
streamChatThemeData: StreamChatThemeData.fromTheme(theme),
client: client,
child: ChannelListPage(),
),