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 'הודעת SMS נשלחה בהצלחה ל-$phoneNumber\n\n\n\n\n\n\n\n\n';
}