readAsync method

  1. @override
Future<String> readAsync()
override

Implementation

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