readAsync method

Future<String> readAsync()

Implementation

Future<String> readAsync() async {
  return "";
}