toggle menu
KAHelpers
androidJvm
switch theme
search in API
coroutines
/
dev.funkymuse.coroutines
/
textChanges
text
Changes
fun
TextView
.
textChanges
(
skipInitialValue
:
Boolean
=
false
,
debounce
:
Long
=
300
)
:
Flow
<
CharSequence
?
>
fun
EditText
.
textChanges
(
skipInitialValue
:
Boolean
=
false
,
debounce
:
Long
=
300
)
:
Flow
<
CharSequence
?
>