updateValue<T> method
- @Deprecated('Knobs values can no longer be updated, ' 'they rely on query groups.')
- String label,
- T value
Implementation
@Deprecated(
'Knobs values can no longer be updated, '
'they rely on query groups.',
)
void updateValue<T>(String label, T value) {}