sms static method

Future<bool> sms(
  1. String phone
)

Implementation

static Future<bool> sms(
  String phone,
) =>
    launchUrl(Uri.parse('sms:$phone'));