secretChatStateReady property
The secret chat is ready to use
Implementation
SecretChatStateReady? get secretChatStateReady {
if (this is SecretChatStateReady) {
return this as SecretChatStateReady;
}
return null;
}
The secret chat is ready to use
SecretChatStateReady? get secretChatStateReady {
if (this is SecretChatStateReady) {
return this as SecretChatStateReady;
}
return null;
}