Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Created April 11, 2019 08:37
Show Gist options
  • Select an option

  • Save gladimdim/f124b921ab25152b951a7e996c9ab070 to your computer and use it in GitHub Desktop.

Select an option

Save gladimdim/f124b921ab25152b951a7e996c9ab070 to your computer and use it in GitHub Desktop.
First Call Impelementation
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