Callback class abstract
Represents a callback interface for handling successful operations.
This abstract class defines a callback method onSuccessful that is invoked when an operation completes successfully. Implementers of this class should provide the logic to handle the successful completion of an operation, using the FlyResponse provided.
Parameters:
response
- A FlyResponse object containing the details of the successful operation.
Constructors
- Callback()
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
-
onSuccessful(
FlyResponse response) → void - Invoked when an operation completes successfully.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited