asString

open fun <T> Flow<T>.asString(): Flow<String>

Converts the content of a Flow to String by using toString method.

Receiver

Flow with content

Return

Flow with content as String