createProof_Pre method

Future<CreateProofResponse> createProof_Pre(
  1. ServiceCall call,
  2. Future<CreateProofRequest> request
)

Implementation

$async.Future<$7.CreateProofResponse> createProof_Pre($grpc.ServiceCall call,
    $async.Future<$7.CreateProofRequest> request) async {
  return createProof(call, await request);
}