VenueLifecycleListener constructor
- void onVenueAddedLambda(),
- void onVenueRemovedLambda(
- int
The abstract class for for the Venue lifecycle events.
Use the VenueMap to add and remove the VenueLifecycleListener.
Implementation
factory VenueLifecycleListener(
void Function(Venue) onVenueAddedLambda,
void Function(int) onVenueRemovedLambda,
) => VenueLifecycleListener$Lambdas(
onVenueAddedLambda,
onVenueRemovedLambda,
);