read method

  1. @override
String read()
override

Implementation

@override
String read() => file.existsSync() ? file.readAsStringSync() : '';