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