1 2 3 4
/// Generated handler bridge for the `{{ trait_name }}` contract. /// /// Wraps a Dart callable (`DartFnFuture<String>`) so it can be used /// as `Arc<dyn {{ trait_name }}>` from Rust async code.