Commit 96f16d7
fix: Make initialDelaySeconds optional in iOS registerOneOffTask
The iOS native implementation was requiring initialDelaySeconds as a
non-null Int64, but the Dart API allows it to be optional. This was
causing "Invalid parameters passed" errors in integration tests.
Changed to use a default value of 0 when the parameter is not provided,
matching the behavior of registerPeriodicTask and registerProcessingTask.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d35e4d4 commit 96f16d7
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 313 | + | |
318 | 314 | | |
319 | 315 | | |
320 | 316 | | |
| |||
0 commit comments