void writeNew(String path, List<int> bytes) { onEvent?.call(ApplyFileEvent.writeNew, path); File(path).writeAsBytesSync(bytes, flush: true); }