onSortRemote method

void onSortRemote(
  1. String field,
  2. bool asc
)

Implementation

void onSortRemote(String field, bool asc) {
  delegate?.onSortRemote(field, asc);
}