RefreshQueuer constructor

RefreshQueuer(
  1. Future<void> action()
)

action is the refresh action done.

Implementation

RefreshQueuer(super.action);