clear method

void clear({
  1. bool temp = true,
})

Implementation

void clear({bool temp = true}) =>
    temp ? _temporary.clear() : _permanent.clear();