OperationCheckerService class abstract
Interface to define callbacks for operation success and failure.
This is used to communicate between the OperationRunner and the page that initiates Firestore operations.
Constructors
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
-
inProgress(
) → void - Called when an operation in progress.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailed(
dynamic exception) → void - Called when an operation fails.
-
onSuccess(
dynamic message) → void - Called when an operation completes successfully.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited