Veridflutterplugin class

Constructors

Veridflutterplugin()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Methods

createJsonError(String message) String
load({String password}) Future
Load Ver-ID @param password Ver-ID API password (if omitted the library will look in the app's plist (iOS) or manifest (Android)) @returns Promise whose resolve function's argument contains the loaded Ver-ID instance @example
setTestingMode(String testingMode) Future<String>
unload() Future<String>

Constants

channel → const MethodChannel
const MethodChannel('veridflutterplugin')