SingleTransactionController constructor
- WalletService _walletService,
- UserService _userService,
- PartnerService _partnerService, {
- required OperationId id,
- bool wallet = true,
Implementation
SingleTransactionController(
this._walletService,
this._userService,
this._partnerService, {
required this.id,
this.wallet = true,
});