getOptions static method

SendbirdChatOptions getOptions()

Returns current SendbirdChatOptions.

Implementation

static SendbirdChatOptions getOptions() {
  sbLog.i(StackTrace.current);
  return _instance._chat.getOptions();
}