sms_sent_successfully method
Confirmation message for SMS sent
In en, this message translates to: 'SMS successfully sent to {phoneNumber}'
Implementation
@override
String sms_sent_successfully(String phoneNumber) {
return 'I-SMS ithunyelwe ngempumelelo ku-$phoneNumber';
}