askonu_flutter library
Secure Flutter installation of the complete AskOnu administrator module.
The host dashboard supplies short-lived context from its authenticated backend. Service credentials must never be embedded in the Flutter client.
Classes
- AskOnuModule
- Mounts the complete AskOnu administrator application in a native WebView.
Functions
-
buildAskOnuModuleUri(
{required String appUrl, required String agentToken, String? subject}) → Uri - Builds and validates the hosted AskOnu administrator-module URI.
Typedefs
-
AskOnuContextProvider
= Future<
String> Function() - Supplies a fresh, short-lived signed context token from the host backend.