Commit e74f5cf
committed
Fix incorrect documentation about ifRestrictedRunInstead in NoParam variants
Corrected Variant Differences section:
- NoParam variants DO have ifRestrictedRunInstead parameter
- It's signature is void Function() instead of RunInsteadHandler<TParam>
- Previous doc incorrectly stated NoParam variants don't have this parameter
Verified against source code in command_it.dart lines 1196 and 1315.1 parent 729c0d1 commit e74f5cf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments