You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments