Add Wallet Argument Object
This commit is contained in:
@@ -197,3 +197,13 @@ class PatManagerArguments {
|
|||||||
this.businessUser,
|
this.businessUser,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class WalletArguments {
|
||||||
|
final AppUser signedInUser;
|
||||||
|
final int index;
|
||||||
|
|
||||||
|
WalletArguments(
|
||||||
|
this.signedInUser,
|
||||||
|
this.index,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user