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