hideFilters method

Future<bool> hideFilters()

Hides the header filter row, applying any required filter-state transition.

Returns whether the operation completed successfully.

Implementation

Future<bool> hideFilters() {
  return _requireAttached(_hideFilters).call();
}