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