isInitialized method

bool isInitialized()

Checks if the Sendbird Chat SDK is initialized.

Returns true if the SDK is initialized, false otherwise.

Implementation

bool isInitialized() {
  return SendbirdChat.isInitialized();
}