updateSettings property

void Function(String source, Map<String, Object?> update) updateSettings
final

Write an update to a settings source.

Implementation

final void Function(String source, Map<String, Object?> update)
    updateSettings;