@pragma('vm:entry-point') static void downloadCallback(String id, int status, int progress) { IsolateNameServer.lookupPortByName('downloader_send_port')?.send([id, status, progress]); }