Cancel a specific task by ID.
@override Future<void> cancel({required String taskId}) => NativeWorkManager.cancel(taskId: taskId);