restoreFromConfig abstract method
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);