Examples/Program.send()

Program.send()

Demonstrates Program.send() — pushing a message into a running program from an external timer or callback. Useful for bridging non-Dart-TUI event sources into the update loop.

program.send() · dart_tui
Program.send() demo

Run it

bash
dart run example/send_msg.dart

Related