getLazyListData abstract method

Future<IList<T>?> getLazyListData({
  1. bool autoClose = false,
})

Implementation

Future<IList<T>?> getLazyListData({
  bool autoClose = false,
});