createSigningKey_Pre method

Future<CreateSigningKeyResponse_> createSigningKey_Pre(
  1. ServiceCall call,
  2. Future<CreateSigningKeyRequest_> request
)

Implementation

$async.Future<$1.CreateSigningKeyResponse_> createSigningKey_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.CreateSigningKeyRequest_> request) async {
  return createSigningKey(call, await request);
}