addMachineKey_Pre method

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

Implementation

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