deleteLocationSecret_Pre method
- ServiceCall call,
- Future<
DeleteLocationSecretRequest> request
Implementation
$async.Future<$9.DeleteLocationSecretResponse> deleteLocationSecret_Pre($grpc.ServiceCall call, $async.Future<$9.DeleteLocationSecretRequest> request) async {
return deleteLocationSecret(call, await request);
}