Update docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx

Co-authored-by: Reuben Turner <[email protected]>
This commit is contained in:
Deven Joshi
2021-07-16 20:41:59 +05:30
committed by GitHub
co-authored by Reuben Turner
parent 00b1f21c63
commit 816f9ab7fa
@@ -266,7 +266,7 @@ and the other to disconnect the user. This allows more fine-grained control of d
* `StreamWebSocketError` -> for user websocket related errors.
* `StreamChatNetworkError` -> for network related errors.
4) We changed over from a map full of options to a more type safe and sound approach by changing over to explicit parameters.
4) We changed over from a map full of options to a more type-safe and sound approach by changing over to explicit parameters.
Use these explicit parameters in the query parameters instead of the option keys: