We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MutableStateFlow interface documentation says:
MutableStateFlow
A mutable [StateFlow] that provides a setter for [value] and a method to [close] the flow.
However, the close method do not exist.
close
The text was updated successfully, but these errors were encountered:
Remove a reference to a missing close method from MutableStateFlow doc
6ea2d87
Fixes #2007
10acaf2
Remove a reference to a missing close method from MutableStateFlow doc (
d709db7
Kotlin#2013) Fixes Kotlin#2007
elizarov
No branches or pull requests
MutableStateFlow
interface documentation says:However, the
close
method do not exist.The text was updated successfully, but these errors were encountered: