NUIListDataListCallback typedef

NUIListDataListCallback = void Function(List data, bool append)

Implementation

typedef NUIListDataListCallback = void Function(List<dynamic> data, bool append);