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