shouldUseDefaultStorage property

bool shouldUseDefaultStorage
final

Whether to use the default storage to store the onboarding state. Defaults to true. This is useful if you want to use your own storage, from inside your logic. If this is set to false and you don't provide your own storage logic, the onboarding flow will not be marked as done. and will reappear on every app launch. Note: Handle the one time show logic yourself if you set this to false.

Implementation

final bool shouldUseDefaultStorage;