SafeContractController constructor

const SafeContractController({
  1. required SafeSingletonContract contract,
  2. required ONREQUESTETHPROVIDER onRequestProvider,
  3. required BigInt chainId,
})

Implementation

const SafeContractController({
  required this.contract,
  required this.onRequestProvider,
  required this.chainId,
});