readString method

Future<String> readString(
  1. String path
)

Implementation

Future<String> readString(String path) => disk().readString(path);