run_Pre method

Stream<RunResponse> run_Pre(
  1. ServiceCall call,
  2. Future<RunRequest> request
)

Implementation

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