AutoAdjustType typedef
Type definition for the autoAdjust
function.
Represents a function that takes in AutoAdjustOptions and returns a Future<List<int>>
.
Implementation
typedef AutoAdjustType = Future<List<int>> Function(AutoAdjustOptions options);