Future<String> get fileContent async { await _checkFileExistOrCreate(); return _file!.readAsStringSync(); }