DigioPlugin class

Constructors

DigioPlugin.new({required String docId, required String identifier, required String tokenId, DigioEnvironment? environment, DigioServiceMode? serviceMode, DigioSDkType sdkType = DigioSDkType.esign, required void onSuccess(Map<String, dynamic> data), required void onError(int code, String message)})

Properties

docId String
final
environment DigioEnvironment?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
final
final
onError → void Function(int code, String message)
final
onSuccess → void Function(Map<String, dynamic> data)
final
platform MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkType DigioSDkType
final
serviceMode DigioServiceMode?
final
tokenId String
final

Methods

launch() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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