We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68298 commit 81a4fceCopy full SHA for 81a4fce
code_samples/lib/watch_it/watch_comparison_snippets.dart
@@ -40,8 +40,8 @@ void watchValueUsage(BuildContext context) {
40
void watchItUsage(BuildContext context) {
41
// #region watchIt_usage
42
final manager = watchIt<CounterModel>();
43
- // Can call methods on manager
44
// #endregion watchIt_usage
+ // Can call methods on manager
45
}
46
47
void watchUsage(BuildContext context) {
0 commit comments