totalMinted method

Future totalMinted()

Implementation

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