M4eTransactionService constructor

M4eTransactionService({TransactionApi transactionApi, WalletApi walletApi, DataConnectionChecker connectionChecker })

Implementation

M4eTransactionService({
  TransactionApi transactionApi,
  WalletApi walletApi,
  DataConnectionChecker connectionChecker,
})  : _transactionApi = transactionApi ?? m4eSDK<TransactionApi>(),
      _walletApi = walletApi ?? m4eSDK<WalletApi>(),
      _connectionChecker =
          connectionChecker ?? m4eSDK<DataConnectionChecker>();