EntryPoint constructor
EntryPoint({
- required Signer<
_SignerImpl> signer,
Implementation
EntryPoint({required this.signer}) {
this.contract = flutter_web3.Contract(_entryPointAddress, abi, signer);
}