getAllPluginEvents method

List<Message> getAllPluginEvents()

Get the list of all plugin events

Implementation

List<Message> getAllPluginEvents() {
  return pluginListener!.getAllPluginEvents();
}