clear method

Future clear ()

Implementation

Future clear() async {
  _memoryMap = {};
}