PluginViewController
A component which lists all available plugins from their preset, and ability to enable or disable plugins.
let controller = PluginViewController(polls: dyteMobileClient.plugins.all)
let navigationController = UINavigationController(rootViewController: controller)
navigationController.modalPresentationStyle = .fullScreen
present(navigationController, animated: true, completion: nil)