addMachineKey_Pre method

Future<AddMachineKeyResponse> addMachineKey_Pre(
  1. ServiceCall $call,
  2. Future<AddMachineKeyRequest> $request
)

Implementation

$async.Future<$0.AddMachineKeyResponse> addMachineKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddMachineKeyRequest> $request) async {
  return addMachineKey($call, await $request);
}