matchStart method

void matchStart()

Implementation

void matchStart() async {
  willSendVideo(9);
  match15 = false;
  currentDown = 0;
  await callStart();
  widget.delegate?.onShowToast(4);
}