totalSupply method

Future totalSupply()

Implementation

Future<dynamic> totalSupply() async => await _contract.call("totalSupply");