fix(llc): add doc

This commit is contained in:
Salvatore Giordano
2022-04-11 17:31:38 +02:00
parent 136d5be43a
commit 748f4bd1b6
@@ -343,6 +343,8 @@ class StreamChatClient {
}
/// Creates a new WebSocket connection with the current user.
/// If [includeUserDetailsInConnectCall] is true it will include the current
/// user details in the connect call.
Future<OwnUser> openConnection({
bool includeUserDetailsInConnectCall = false,
}) async {