From cb5db2796cf240eebaaa98c99f36e4d1cb67ac07 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 16 Jul 2021 20:44:40 +0530 Subject: [PATCH] Update docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx Co-authored-by: Gordon --- docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx index 2b53cfb3..a9b64a57 100644 --- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx +++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx @@ -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`