Skip to content

Instantly share code, notes, and snippets.

@shadowsheep1
Created January 23, 2019 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowsheep1/3a95090e94d47509f0ee25d9a06fa300 to your computer and use it in GitHub Desktop.
Save shadowsheep1/3a95090e94d47509f0ee25d9a06fa300 to your computer and use it in GitHub Desktop.
void main() {
const Phone_Number = '00000';
const uri = 'sms:$Phone_Number?body=hello%20there';
print(uri);
var uri2 = 'sms:$Phone_Number?body=hello%20there';
print(uri2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment