We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e414 commit b7feee2Copy full SHA for b7feee2
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: socket_client_dart
2
description: Socket Client for Dart
3
-version: 0.0.1
+version: 0.0.2
4
author: loint <loint@foodtiny.com>
5
6
environment:
test/src/client_test.dart
@@ -45,6 +45,7 @@ void main() {
45
expect('{"status": "OK"}', equals(message.message));
46
});
47
await client.emit("UserAuthSignIn", {});
48
+ await client.emit("UserAuthSignIn", {});
49
50
await client.connect();
51
0 commit comments