encryption property
bool
get
encryption
Implementation
bool get encryption =>
getFunction<bool>(SettingsKeys.notificationsEncryption);
set
encryption
(bool encryption)
Implementation
set encryption(bool encryption) =>
setFunction<bool>(SettingsKeys.notificationsEncryption, encryption);