menu
dart_mobi package
documentation
dart_mobi.dart
EncryptionUtils
hasDrmKey static method
hasDrmKey static method
dark_mode
light_mode
hasDrmKey
static method
bool
hasDrmKey
(
MobiData
data
)
Implementation
static bool hasDrmKey(MobiData data) { return data.drm != null && data.drm?.key != null; }
dart_mobi package
documentation
dart_mobi
EncryptionUtils
hasDrmKey static method
EncryptionUtils class