dispose method
void
dispose()
Call dispose once the widget showing the call disposes
Implementation
void dispose() {
closeCall();
_onRemoteUserConnectionChangeListeners.clear();
_onCallCloses.clear();
_doDispose();
}