getFlow

open override fun getFlow(context: Context): Flow<String>

Get a Flow which will emit Strings using the given Context. The resulting values may differ per Context. E.g. due to differing locales.

Return

A Flow producing Strings.

Parameters

context

The Context to use for string retrieval.