secretChatStateReady property

SecretChatStateReady? secretChatStateReady

The secret chat is ready to use

Implementation

SecretChatStateReady? get secretChatStateReady {
  if (this is SecretChatStateReady) {
    return this as SecretChatStateReady;
  }
  return null;
}