asFlow

expect abstract fun asFlow(): Flow<T>

创建一个能获取 TFlow.

actual abstract fun asFlow(): Flow<T>

创建一个能获取 TFlow.