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