OnChanged<T> typedef
This function type is used for triggering the callback when value associated with a settings key changes.
Implementation
typedef OnChanged<T> = void Function(T);
This function type is used for triggering the callback when value associated with a settings key changes.
typedef OnChanged<T> = void Function(T);