add method

void add(
  1. KrakenBundle bundle
)

Implementation

void add(KrakenBundle bundle) {
  HistoryItem history = HistoryItem(bundle, null, true);
  _addItem(history);
}