removeServiceListener abstract method

void removeServiceListener(
  1. VenueServiceListener listener
)

Removes a service .

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

  • listener The service to remove.

Implementation

void removeServiceListener(VenueServiceListener listener);