setContract method
Implementation
void setContract(String contractAddress) {
_contract = DeployedContract(
ContractAbi.fromJson(_abi, 'RevocationRegistry'),
EthereumAddress.fromHex(contractAddress));
}
void setContract(String contractAddress) {
_contract = DeployedContract(
ContractAbi.fromJson(_abi, 'RevocationRegistry'),
EthereumAddress.fromHex(contractAddress));
}