getSessionHandler static method

SessionHandler? getSessionHandler()

Gets a session handler.

Implementation

static SessionHandler? getSessionHandler() {
  sbLog.i(StackTrace.current);
  return _instance._chat.getSessionHandler();
}