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