Add nonce support
This commit is contained in:
parent
43ad7937f9
commit
05e1a4aab1
4 changed files with 37 additions and 23 deletions
|
@ -8,6 +8,7 @@ abstract class MatrixUser with _$MatrixUser {
|
|||
const factory MatrixUser({
|
||||
required String userId,
|
||||
required String matrixToken,
|
||||
required String? nonce,
|
||||
}) = _MatrixUser;
|
||||
|
||||
factory MatrixUser.fromJson(Map<String, dynamic> json) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue