getTCString method

Future<String?> getTCString()

Implementation

Future<String?> getTCString() async {
  return _instance.getTCString();
}