firstTimeOnly property

bool firstTimeOnly
final

When true (default), showOnboarding is only called for first-time users. When false, showOnboarding is called for all unauthenticated users.

Implementation

final bool firstTimeOnly;