removeSessionHandler static method
void
removeSessionHandler()
Removes a session handler. The deleted handler no longer be notified.
Implementation
static void removeSessionHandler() {
sbLog.i(StackTrace.current);
_instance._chat.removeSessionHandler();
}