walletApi property
Wallet
get
walletApi
Returns Payment API controller
Implementation
Wallet get walletApi =>
wallet != null ? wallet! : wallet = Wallet(main: this);
Returns Payment API controller
Wallet get walletApi =>
wallet != null ? wallet! : wallet = Wallet(main: this);