setOptions method

void setOptions(
  1. SendbirdChatOptions options
)

set the option for the Sendbird Chat SDK

option : the options to set for the SDK.

Implementation

void setOptions(SendbirdChatOptions options) {
  SendbirdChat.setOptions(options);
}