SafeContractController constructor
const
SafeContractController({
- required SafeSingletonContract contract,
- required ONREQUESTETHPROVIDER onRequestProvider,
- required BigInt chainId,
Implementation
const SafeContractController({
required this.contract,
required this.onRequestProvider,
required this.chainId,
});