You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tizen_rpc_port/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The generated source files (`message_client.dart` and `message_server.dart`) dep
21
21
22
22
```yaml
23
23
depenedencies:
24
-
tizen_rpc_port: ^0.1.4
24
+
tizen_rpc_port: ^0.1.5
25
25
```
26
26
27
27
Assuming that the name of the interface defined in your interface file is `Message`, the client must first call its `connect` method to connect to the server before making any remote invocation.
0 commit comments