reset method

  1. @override
void reset()
override

Resets all memory to initial state.

Implementation

@override
void reset() => _memory.clear();