IProovEvent class abstract

Implementers

Constructors

IProovEvent.error(String error, String title, String? message)
factory
IProovEvent.failure(String token, String reason, String feedbackCode, Image? frame)
factory
IProovEvent.fromMap(Map map)
factory
IProovEvent.progress(double progress, String message)
factory
IProovEvent.success(String token, Image? frame)
factory

Properties

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

Methods

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