clear method

void clear()

Clears all memory state for this mini-program instance.

Implementation

void clear() => store.clear();