runTestCase_Pre method

Future<Operation> runTestCase_Pre(
  1. ServiceCall call,
  2. Future<RunTestCaseRequest> request
)

Implementation

$async.Future<$2.Operation> runTestCase_Pre($grpc.ServiceCall call,
    $async.Future<$10.RunTestCaseRequest> request) async {
  return runTestCase(call, await request);
}