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