/// gRPC client for the Ch∆In hub. /// /// Provides a typed Dart wrapper around the hub's gRPC services /// (Hub, HubAdmin) defined in `fai/platform`'s `proto/fai/v1/` /// directory. Used by F∆I Studio and any Tier-3 Dart/Flutter /// app (DigiScout, J∆I, Scout, …) that wants to talk to a hub. /// /// The generated protobuf bindings live under /// `lib/src/generated/`. Re-run `tools/generate.sh` whenever the /// platform's `.proto` files change. library; export 'src/hub_client.dart';