FastStorePlanBuilderCondition typedef

FastStorePlanBuilderCondition = bool Function(FastStoreBlocState context, FastStoreBlocState state)

A callback used to determine if the FastStorePlanBuilder should rebuild.

Implementation

typedef FastStorePlanBuilderCondition = bool Function(
  FastStoreBlocState context,
  FastStoreBlocState state,
);