static void tempWriteText(String data, {String ext = ".tmp"}) { tempWrite(data.utf8Bytes(), ext: ext); }