removeVenueListener abstract method

void removeVenueListener(
  1. VenueListener listener
)

Removes a venue .

The is not removed if it is not present in the list of .

  • listener The venue to remove.

Implementation

void removeVenueListener(VenueListener listener);