symbol method

Future symbol()

Implementation

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