flutter_sms/.vscode/launch.json
Dan Silk d4b2579f90 Sends SMS directly on Android
Addresses issue #57
2022-02-14 16:55:09 +10:30

14 lines
421 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Example App",
"request": "launch",
"type": "dart",
"program": "example/lib/main.dart"
}
]
}