Skip to content

Instantly share code, notes, and snippets.

@antonprafanto
Created March 1, 2022 06:19
void main() {
printMsg();
print(test());
}
printMsg()=>
print("hello");
int test()=>123;
// returning function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment