macro_rules! write_interface {
() => { ... };
}Expand description
Writes the interface code
needed to communicate with Dart.
This should be used once, and only once,
at the root of the hub crate.
macro_rules! write_interface {
() => { ... };
}Writes the interface code
needed to communicate with Dart.
This should be used once, and only once,
at the root of the hub crate.