destroy method
void
destroy()
Destroy the instance
Implementation
void destroy() {
_listeners.clear();
TXLiveManager.destroyPusher(_identifier);
}
Destroy the instance
void destroy() {
_listeners.clear();
TXLiveManager.destroyPusher(_identifier);
}