Future<void> writeFileText(String path, String textContent) => writeFileBytes(path, Uint8List.fromList(textContent.codeUnits));