run_Pre method
Implementation
$async.Stream<$5.RunResponse> run_Pre(
$grpc.ServiceCall call, $async.Future<$5.RunRequest> request) async* {
yield* run(call, await request);
}
$async.Stream<$5.RunResponse> run_Pre(
$grpc.ServiceCall call, $async.Future<$5.RunRequest> request) async* {
yield* run(call, await request);
}