OperationRunner class

Helper class to manage the execution of asynchronous Firestore operations.

This class runs an operation and communicates the result (success or failure) back to the OperationCheckerService.

Constructors

OperationRunner.new(OperationCheckerService _operationCheckerService)

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runOperation(Future operation) → void
Executes the given operation, which is a Future representing an asynchronous task.
toString() String
A string representation of this object.
inherited

Operators

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