Created
April 11, 2019 08:37
-
-
Save gladimdim/f124b921ab25152b951a7e996c9ab070 to your computer and use it in GitHub Desktop.
First Call Impelementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Call { | |
| String msg; | |
| Call({this.msg}); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment