load method

Future<void> load()

Implementation

Future<void> load() async {
  content = await readTxt(widget.path);
  notify();
}