menu
ouisync
ouisync.dart
SecretKey
decode static method
decode
dark_mode
light_mode
decode
static method
SecretKey
?
decode
(
Unpacker
u
)
Implementation
static SecretKey? decode(Unpacker u) { return SecretKey(u.unpackBinary()); }
ouisync
ouisync
SecretKey
decode static method
SecretKey class