symbol method

Future<String> symbol()

Implementation

Future<String> symbol() async => await _contract.call<String>("symbol");