consumers\auto_adjust library

Classes

AutoAdjustOptions
Options for adjusting values based on various parameters.

Functions

autoAdjust(AutoAdjustOptions options) Future<List<int>>
Adjusts values based on the provided options and the number of participants.

Typedefs

AutoAdjustType = Future<List<int>> Function(AutoAdjustOptions options)
Type definition for the autoAdjust function.