getTotalFundsInBusinessWallet method

Future<TotalFunds> getTotalFundsInBusinessWallet()

Total funds currently in your wallet address (Business Wallet)

Implementation

Future<TotalFunds> getTotalFundsInBusinessWallet() async {
  return PaymentsHelper.processTotalFundsForWallet(businessWallet!);
}