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) {
  throw UnimplementedError(
      'setEnabled is not implemented on the current platform');
}