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', );