StartupContextProvider class abstract
Provider interface for startup context sources.
Implementations supply memory entries from specific sources (BioChip profile, daily memories, active missions, etc.).
Constructors
Properties
Methods
-
loadEntries(
{required StartupContextConfig config, String? timezone}) → Future< List< StartupContextEntry> > - Load memory entries for startup context.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited