StoresTrackOnChangesStorePredicate typedef

StoresTrackOnChangesStorePredicate = bool Function(String store)

Check whether a store should track changes by default store ending with _local are excluded

Implementation

typedef StoresTrackOnChangesStorePredicate = bool Function(String store);