menu
matrix package
documentation
encryption/ssss.dart
SSSS
isSecret method
isSecret method
dark_mode
light_mode
isSecret
method
bool
isSecret
(
String
type
)
Implementation
bool isSecret(String type) => client.accountData[type]?.content['encrypted'] is Map;
matrix package
documentation
encryption/ssss
SSSS
isSecret method
SSSS class