List<int> readBytes(String path) { onEvent?.call(ApplyFileEvent.verify, path); return File(path).readAsBytesSync(); }