Sends an SMS message to the specified phoneNumber.
phoneNumber
Future<String> sendSms(String phoneNumber, String message, int simSlot) { throw UnimplementedError('sendSms() has not been implemented.'); }