add method

void add(
  1. InputHistoryItem item
)

Implementation

void add(InputHistoryItem item) {
  this._items!.add(item);
}