openSMS method

Future<bool> openSMS(
  1. String phone
)

发送短信 Send a text message

Implementation

Future<bool> openSMS(String phone) => openUrl('sms:$phone');