VenueInfoListListener constructor

VenueInfoListListener(
  1. void onVenueInfoListLoadLambda(
    1. VenueInfoDataList
    )
)

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,

);