LoadMoreRows typedef

LoadMoreRows = Future<void> Function()

The signature of DataGridSource.handleLoadMoreRows function.

Implementation

typedef LoadMoreRows = Future<void> Function();