startSending method

void startSending()

Implementation

void startSending() {
  state = state.copyWith(sendingState: SendingState.sending);
}