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

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
Deven Joshi
2021-07-16 20:44:40 +05:30
committed by GitHub
parent c513bd06ff
commit cb5db2796c
@@ -148,7 +148,7 @@ To tweak any of the default properties individually, you can use `defaultMessage
#### 🛑️ Breaking Changes from 1.5.3
* Migrate this package to null safety
* channelsBloc.queryChannels(), ChannelListCore options param/property is removed in favor of individual params/properties
* `channelsBloc.queryChannels()`, `ChannelListCore` options param/property is removed in favor of individual params/properties
* `options.state` -> `bool state`
* `options.watch` -> `bool watch`
* `options.presence` -> `bool presence`