groth16ProveWithZKeyFilePath abstract method
Implementation
Future<({String proof, String publicSignals})> groth16ProveWithZKeyFilePath({
required String zkeyPath,
required Uint8List witness,
int proofBufferSize,
int? publicBufferSize,
int errorBufferSize,
});