launch_Pre method

Future<AsyncOperation> launch_Pre(
  1. ServiceCall $call,
  2. Future<AsyncOperationLaunch> $request
)

Implementation

$async.Future<$0.AsyncOperation> launch_Pre($grpc.ServiceCall $call,
    $async.Future<$0.AsyncOperationLaunch> $request) async {
  return launch($call, await $request);
}