notModified method

void notModified()

Sets status to 304 Not Modified.

Implementation

void notModified() => setStatus(304);