getProgram_Pre method

Future<GetProgramResponse> getProgram_Pre(
  1. ServiceCall call,
  2. Future<GetProgramRequest> request
)

Implementation

$async.Future<$0.GetProgramResponse> getProgram_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetProgramRequest> request) async {
  return getProgram(call, await request);
}