ConfigPort class abstract

Implementers

Constructors

ConfigPort()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load() Future<Map<String, dynamic>>
Current configuration snapshot.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Map<String, dynamic> diff) Future<void>
Apply a partial change. Hosts without runtime patching throw UnsupportedError or no-op (host's choice).
toString() String
A string representation of this object.
inherited
watch() Stream<Map<String, dynamic>>
Hot-reload stream. Emits a fresh snapshot each time the underlying source changes. Hosts without hot-reload return Stream.empty().

Operators

operator ==(Object other) bool
The equality operator.
inherited