persistorCallBack property

PersistorCallBackFunction<T>? persistorCallBack
final

Only needed if persistor is defined. Runs when if the persistor loads in a state

Implementation

final PersistorCallBackFunction<T>? persistorCallBack;