Reads the contents of the text file file.
file
Future<String> readTextFileAsync(String file) => _descriptorPool.withResource(() => File(file).readAsString());