StringAtIndexCallBack typedef

StringAtIndexCallBack = String? Function(int index)

Implementation

typedef String? StringAtIndexCallBack(int index);