IDWiseJourneyCallbacks class
Constructors
- IDWiseJourneyCallbacks({required dynamic onError(dynamic), required void onJourneyCancelled(dynamic), required void onJourneyCompleted(dynamic), required void onJourneyResumed(dynamic), required void onJourneyStarted(dynamic)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError ↔ Function
-
getter/setter pair
- onJourneyCancelled ↔ Function
-
getter/setter pair
- onJourneyCompleted ↔ Function
-
getter/setter pair
- onJourneyResumed ↔ Function
-
getter/setter pair
- onJourneyStarted ↔ Function
-
getter/setter pair
- 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