VenueServiceListener class abstract
The abstract class for listeners for lifecycle events in VenueService.
Constructors
- VenueServiceListener(void onInitializationCompletedLambda(VenueServiceInitStatus), void onVenueServiceStoppedLambda())
-
The abstract class for listeners for
lifecycle events in VenueService.
factory
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
-
onInitializationCompleted(
VenueServiceInitStatus result) → void - Called when a service initialization has been completed.
-
onVenueServiceStopped(
) → void - Called when the venue service stops.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited