Skip to content

Commit

Permalink
📢 Adding docs! #11
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed Mar 24, 2023
1 parent 9d90c1d commit 7696b50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/core/client/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ import 'package:chat_desk/core/io/logger.dart';
import 'package:web_socket_channel/web_socket_channel.dart';

class Client {
/// Stores username.
String id;

/// Stores username.
String description;

/// Stores server code.
String code;

/// Stores user's avatar in base64 url encoded form.
String avatar;

/// object of the connection channel.
late WebSocketChannel channel;

Client(
Expand Down

0 comments on commit 7696b50

Please sign in to comment.