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