Skip to content

Commit 81a4fce

Browse files
committed
Fix watchIt_usage region to exclude explanatory comment
1 parent 7e68298 commit 81a4fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/lib/watch_it/watch_comparison_snippets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ void watchValueUsage(BuildContext context) {
4040
void watchItUsage(BuildContext context) {
4141
// #region watchIt_usage
4242
final manager = watchIt<CounterModel>();
43-
// Can call methods on manager
4443
// #endregion watchIt_usage
44+
// Can call methods on manager
4545
}
4646

4747
void watchUsage(BuildContext context) {

0 commit comments

Comments
 (0)