menu
git_stamp
git_stamp.dart
GitStampNode
decrypt method
decrypt
dark_mode
light_mode
decrypt
method
bool
decrypt
(
Uint8List
key
,
Uint8List
iv
)
Function to decrypt GitStampNode.
Implementation
bool decrypt(Uint8List key, Uint8List iv) => true;
git_stamp
git_stamp
GitStampNode
decrypt method
GitStampNode class