clearContext method

void clearContext()

Implementation

void clearContext() {
  sessionDuration = DateTime.now();
  _context.clear();
}