RequestSessionDeriveSecretKey constructor
- required Password password,
- required PasswordSalt salt,
Implementation
RequestSessionDeriveSecretKey({
required this.password,
required this.salt,
});
RequestSessionDeriveSecretKey({
required this.password,
required this.salt,
});