onVenueRemoved abstract method
- String venueIdentifier
Indicates that a Venue was removed from the VenueMap.
venueIdentifierThe destroyed venue id, that can be obtained from the VenueModel.id.
Implementation
void onVenueRemoved(String venueIdentifier);