M4eWallet constructor

M4eWallet({WalletApi walletApi, DataConnectionChecker connectionChecker })

Implementation

M4eWallet({
  WalletApi walletApi,
  DataConnectionChecker connectionChecker,
})  : _walletApi = walletApi ?? m4eSDK<WalletApi>(),
      _connectionChecker =
          connectionChecker ?? m4eSDK<DataConnectionChecker>();