toggleRefreshState method

dynamic toggleRefreshState(
  1. RefreshState refreshState
)

Implementation

toggleRefreshState(RefreshState refreshState) {
  _refreshControlKey.currentState!.toggleRefreshState(refreshState);
}