isEnabled method

Future<bool> isEnabled()

Returns true is pull-to-refresh feature is enabled, otherwise false.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> isEnabled() {
  throw UnimplementedError(
      'isEnabled is not implemented on the current platform');
}