AuthorizationStateWaitEncryptionKey constructor
const
AuthorizationStateWaitEncryptionKey({})
TDLib needs an encryption key to decrypt the local database
Implementation
const AuthorizationStateWaitEncryptionKey({
required this.isEncrypted,
this.extra,
this.clientId,
});