sms function

void sms(
  1. String phone
)

Implementation

void sms(final String phone) async => await launchURL("sms:$phone");