VenueInfoListListener constructor
- void onVenueInfoListLoadLambda()
The abstract class for for the list of VenueInfo load event.
Use VenueMap to add and remove the VenueInfoListListener.
Implementation
factory VenueInfoListListener(
void Function(VenueInfoDataList) onVenueInfoListLoadLambda,
) => VenueInfoListListener$Lambdas(
onVenueInfoListLoadLambda,
);