createMatch method

Future<Match> createMatch()

Implementation

Future<rtpb.Match> createMatch() =>
    _send<rtpb.Match>(rtpb.Envelope(matchCreate: rtpb.MatchCreate()));