add abstract method

Future<void> add(
  1. T nextValue, {
  2. bool clearUndo = true,
})

Implementation

Future<void> add(T nextValue, {bool clearUndo = true});