totalSupply method

Future totalSupply()

Implementation

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