removeMachineKey_Pre method

Future<RemoveMachineKeyResponse> removeMachineKey_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMachineKeyRequest> $request
)

Implementation

$async.Future<$0.RemoveMachineKeyResponse> removeMachineKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveMachineKeyRequest> $request) async {
  return removeMachineKey($call, await $request);
}