clearMemory method

void clearMemory()

Implementation

void clearMemory() {
  _memory.clear();
}