localizeDynamicDateAbsoluteTimeAsFlow
fun LocalDateTime.localizeDynamicDateAbsoluteTimeAsFlow(options: DynamicDateAbsoluteTimeOptions = DynamicDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Flow<ClockWrapper> = SYSTEM_CLOCK, timeZone: Flow<TimeZone> = SYSTEM_TIMEZONE): Flow<String>
Localizes this LocalDateTime dynamically (either absolute or relative to clock @ timeZone) with the given options in the given locale, returning a Flow that automatically receives new localizations as they are needed.