suppressContentWarning

inline fun <R> suppressContentWarning(block: () -> R): R(source)

Temporarily suppresses message content intent warnings

Note: This applies to all threads while the current code is inside this function