notImplemented method

void notImplemented()

Sets status to 501 Not Implemented.

Implementation

void notImplemented() => setStatus(501);