setEnabled method

Future<void> setEnabled(
  1. bool enabled
)

Sets whether the pull-to-refresh feature is enabled or not.

Officially Supported Platforms/Implementations:

Implementation

Future<void> setEnabled(bool enabled) => platform.setEnabled(enabled);