AutoAdjustType typedef
AutoAdjustType =
Future<List<int> > Function(AutoAdjustOptions options)
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);