Future<void> leaveMatch(String matchId) => _send<void>(rtpb.Envelope(matchLeave: rtpb.MatchLeave(matchId: matchId)));