getAPIKeySecret_Pre method
Future<GetAPIKeySecretResponse>
getAPIKeySecret_Pre(
- ServiceCall call,
- Future<
GetAPIKeySecretRequest> request
Implementation
$async.Future<$1.GetAPIKeySecretResponse> getAPIKeySecret_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetAPIKeySecretRequest> request) async {
return getAPIKeySecret(call, await request);
}