fetchMatches abstract method

Stream<FetchMatchesResponse> fetchMatches(
  1. ServiceCall call,
  2. FetchMatchesRequest request
)

Implementation

$async.Stream<$6.FetchMatchesResponse> fetchMatches(
    $grpc.ServiceCall call, $6.FetchMatchesRequest request);