getACString method

Future<String?> getACString()

Implementation

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