1. @override
void resend()

resend the data if previous sending failed

Source

@override
void resend() {
  prepareSending();
}