removeExtension abstract method

void removeExtension(
  1. AnnouncementExtension extension
)

Removes the given extension from the server. Will not take effect until the server is (re)started

The == operator is used to find the extension to remove

Implementation

void removeExtension(AnnouncementExtension extension);