Some checks failed
Security / Security check (push) Failing after 1s
The old 'F∆I Platform' product name and platform@flemming.ai contact survived in docs/NOTICE/descriptions/help text; the product is Ch∆In and the contact is chain@flemming.ai. Generic 'cross-platform/platform-native' left untouched. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
13 lines
497 B
Dart
13 lines
497 B
Dart
/// 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';
|