update multiple_conversation example

This commit is contained in:
Salvatore Giordano
2020-02-24 17:36:54 +01:00
parent e0e36f50cc
commit 46677314d2
6 changed files with 117 additions and 100 deletions
+4 -4
View File
@@ -14,10 +14,10 @@ void main() async {
channelClient.watch();
runApp(
MaterialApp(
home: StreamChat(
client: client,
child: StreamChannel(
StreamChat(
client: client,
child: MaterialApp(
home: StreamChannel(
channelClient: channelClient,
child: ChannelPage(),
),