string property

Future<String> get string

Get the file content as string

Implementation

Future<String> get string async => utf8.decode(await _cachedBytes);