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