sendSMS function

void sendSMS(
  1. String string
)

Implementation

void sendSMS(String string) => launchUrl(Uri.parse('sms:$string'));