fix(llc): add doc
This commit is contained in:
@@ -343,6 +343,8 @@ class StreamChatClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new WebSocket connection with the current user.
|
/// 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({
|
Future<OwnUser> openConnection({
|
||||||
bool includeUserDetailsInConnectCall = false,
|
bool includeUserDetailsInConnectCall = false,
|
||||||
}) async {
|
}) async {
|
||||||
|
|||||||
Reference in New Issue
Block a user