LoadMoreRows typedef
LoadMoreRows =
Future<void> Function()
The signature of DataGridSource.handleLoadMoreRows function.
Implementation
typedef LoadMoreRows = Future<void> Function();
The signature of DataGridSource.handleLoadMoreRows function.
typedef LoadMoreRows = Future<void> Function();