Closed reduxdj closed 1 month ago
@reduxdj
As said in the update note, the callback function has been redefined.
check migration_documentation
// ver 8.6.0
@override
void onStart(DateTime timestamp) { }
@override
void onDestroy(DateTime timestamp) { }
// ver 8.10.0
@override
Future<void> onStart(DateTime timestamp, TaskStarter starter) async { }
@override
Future<void> onDestroy(DateTime timestamp) async { }
All of a suddren a ^8.6.0 in our pubspec fails on our windows builds.