1 2 3 4 5 6 7 8
// Service-API codegen via flutter_rust_bridge. // Generated by alef. Do not edit by hand. use std::pin::Pin; use std::sync::Arc; use tokio::sync::Mutex; use flutter_rust_bridge::{frb, DartFnFuture}; use crate::{ServerConfig, RouteBuilder};