DashboardOrchestrator class
Composes Dashboard Mode: loads a bundle, binds slots to devices, mounts each device's summary view (MOD-DASH-001, FR-DASH-001, 007~008).
Constructors
- DashboardOrchestrator({required ConnectionManager conn, required RuntimeManager runtime, required DashboardBundleLoader bundleLoader, required SlotBinder binder, required SummaryViewResolver summaryResolver, required ResourceSubscriber resourceSub, required NotificationRouter notifRouter, required ServerStorage storage, Logger? logger})
Properties
- current → MCPUIRuntime?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> - FR-DASH-008
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
DashboardBundleRef ref, List< String> deviceIds) → Future<MCPUIRuntime> - FR-DASH-001
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
deviceSummaryRuntimeHandle(
String deviceId) → AppHandle - Helper exposed for AppPlayerCoreService to derive the summary runtime handle consistently.