ZkemailFlutterPackagePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZkemailFlutterPackagePlatform
Implementers

Constructors

ZkemailFlutterPackagePlatform.new()
Constructs a ZkemailFlutterPackagePlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getApplicationDocumentsDirectory() Future<String>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
proveZkEmail(String srsPath, Map<String, List<String>> inputs) Future<ProveZkEmailResult>
Generates a zkEmail proof.
toString() String
A string representation of this object.
inherited
verifyZkEmail(String srsPath, Uint8List proof) Future<VerifyZkEmailResult>
Verifies a zkEmail proof.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ZkemailFlutterPackagePlatform
The default instance of ZkemailFlutterPackagePlatform to use.
getter/setter pair