handleRefresh method

  1. @protected
Future<void> handleRefresh()

Called when the swipe to refresh is performed in SfDataGrid.

This method will be called only if the SfDataGrid.allowPullToRefresh property returns true.

Call the notifyListeners to refresh the datagrid based on current available rows.

Implementation

@protected
Future<void> handleRefresh() async {}