EntryPoint constructor

EntryPoint({
  1. required Signer<_SignerImpl> signer,
})

Implementation

EntryPoint({required this.signer}) {
  this.contract = flutter_web3.Contract(_entryPointAddress, abi, signer);
}