Clears all shown warning messages. Useful for testing or when you want to reset the warning state.
clearDeprecationWarnings();deprecationWarning("This will show again"); Copy
clearDeprecationWarnings();deprecationWarning("This will show again");
Clears all shown warning messages. Useful for testing or when you want to reset the warning state.