Retrieves the gas required to deploy the Smart Wallet.
@override Future<BigInt> get initCodeGas async => await _getInitCodeGas().then((value) => value);