onSort method

Future<List<T>> onSort(
  1. List<T> models
)

Implementation

Future<List<T>> onSort(List<T> models) async {
  return models;
}