clearFunc property

ClearFunc? clearFunc
latefinal

An optional async function that is called every time when the auth store needs to be cleared.

If not explicitly set, saveFunc with empty data will be used.

Implementation

late final ClearFunc? clearFunc;