removeMachineSecret_Pre method
Future<RemoveMachineSecretResponse>
removeMachineSecret_Pre(
- ServiceCall $call,
- Future<
RemoveMachineSecretRequest> $request
Implementation
$async.Future<$0.RemoveMachineSecretResponse> removeMachineSecret_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveMachineSecretRequest> $request) async {
return removeMachineSecret($call, await $request);
}