contractURI method

Future contractURI()

Implementation

Future<dynamic> contractURI() async {
  return await _contract.call("contractURI");
}