restoreFromConfig abstract method

Future<void> restoreFromConfig(
  1. KaiselNestedConfig config
)

Apply a captured config. Implementations should silently ignore configs whose runtime type doesn't match configType — the host filters before calling, but a defensive check costs nothing.

Implementation

Future<void> restoreFromConfig(KaiselNestedConfig config);