isRefreshing method

Future<bool> isRefreshing()

Returns whether a refresh operation has been triggered and is in progress.

Officially Supported Platforms/Implementations:

Implementation

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