clearContext method

void clearContext()

Update context directely with map for <String, Object>

Implementation

void clearContext() {
  _context.clear();
}