sms_sent_successfully abstract method

String sms_sent_successfully(
  1. String phoneNumber
)

Confirmation message for SMS sent

In en, this message translates to: 'SMS successfully sent to {phoneNumber}'

Implementation

String sms_sent_successfully(String phoneNumber);