From ff0e21c345b9f285dd99c8a848582731407bc5ef Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 12 Mar 2020 17:01:40 +0100 Subject: [PATCH] update example --- example/lib/single_conversation.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/single_conversation.dart b/example/lib/single_conversation.dart index 92e6e205..fc52eb23 100644 --- a/example/lib/single_conversation.dart +++ b/example/lib/single_conversation.dart @@ -31,7 +31,7 @@ void main() async { logLevel: Level.INFO, ); - client.setUser( + await client.setUser( User(id: 'falling-mountain-7'), 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiZmFsbGluZy1tb3VudGFpbi03In0.AKgRXHMQQMz6vJAKszXdY8zMFfsAgkoUeZHlI-Szz9E', );