`SeriousPython.terminate()` does not seem to terminate the thread! Code from example: ```dart @override void dispose() { SeriousPython.terminate(); _controller.dispose(); super.dispose(); } ```
SeriousPython.terminate()does not seem to terminate the thread!Code from example: