isInitialized method
Checks if the Sendbird Chat SDK is initialized.
Returns true
if the SDK is initialized, false
otherwise.
Implementation
bool isInitialized() {
return SendbirdChat.isInitialized();
}
Checks if the Sendbird Chat SDK is initialized.
Returns true
if the SDK is initialized, false
otherwise.
bool isInitialized() {
return SendbirdChat.isInitialized();
}