IProovEvent class abstract
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
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
Constants
- cancelled → const IProovEventCancelled
- connected → const IProovEventConnected
- connecting → const IProovEventConnecting