deployContract method

Future<void> deployContract()

Implementation

Future<void> deployContract() {
  return _wrappedWallet.deployContract();
}