VenueMapListener class abstract

The abstract class for listeners for venue loading events in VenueService.

Constructors

VenueMapListener(void onGetVenueCompletedLambda(String, VenueModel?, bool, VenueStyle?))
The abstract class for listeners for venue loading 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
onGetVenueCompleted(String venueIdentifier, VenueModel? venueModel, bool online, VenueStyle? venueStyle) → void
Called when loading of a venue or its retrieval from the cache is completed.
toString() → String
A string representation of this object.
inherited

Operators

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