menu
at_chops package
documentation
types.dart
AtEncryptionAlgorithm<T, V>
decrypt abstract method
decrypt abstract method
dark_mode
light_mode
decrypt
abstract method
FutureOr
<
V
>
decrypt
(
T
encryptedData
)
Decrypts the passed encrypted bytes.
Implementation
FutureOr<V> decrypt(T encryptedData);
at_chops package
documentation
types
AtEncryptionAlgorithm<T, V>
decrypt abstract method
AtEncryptionAlgorithm class