#[derive(DartSignal)]Expand description
Marks the struct as a signal endpoint
that contains a message from Dart to Rust.
This can be marked on any type that implements Deserialize.
#[derive(DartSignal)]Marks the struct as a signal endpoint
that contains a message from Dart to Rust.
This can be marked on any type that implements Deserialize.