Reads file content as string asynchronously.
Future<String> readFile(String path, {String encoding = 'utf-8'});