removeMatchmaker method

Future<void> removeMatchmaker(
  1. String ticket
)

Implementation

Future<void> removeMatchmaker(String ticket) => _send(
    rtpb.Envelope(matchmakerRemove: rtpb.MatchmakerRemove(ticket: ticket)));