fetchMatches_Pre method

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

Implementation

$async.Stream<$6.FetchMatchesResponse> fetchMatches_Pre(
    $grpc.ServiceCall call,
    $async.Future<$6.FetchMatchesRequest> request) async* {
  yield* fetchMatches(call, await request);
}