``` await SeriousPython.run( 'pyScripts/summarize.py', appFileName: 'summarize.py', environmentVariables: {'text': text}, sync: true ); ``` The script is ran with the code above. Is it possible to read and monitor from dart the script output print?
The script is ran with the code above. Is it possible to read and monitor from dart the script output print?