ReadContentAsync method

Future<String> ReadContentAsync()

Implementation

Future<String> ReadContentAsync() async {
  return readContentAsText();
}