resend method

  1. @override
void resend()
override

Resends the data if the previous sending failed.

This method adds the data to the send list of the requester to be resent later.

Implementation

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