Skip to main content

DartSignal

Derive Macro DartSignal 

Source
#[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.