getAPIKeySecret_Pre method

Future<GetAPIKeySecretResponse> getAPIKeySecret_Pre(
  1. ServiceCall call,
  2. Future<GetAPIKeySecretRequest> request
)

Implementation

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