getIsFirstTime method

bool getIsFirstTime()

Implementation

bool getIsFirstTime() => _prefsInstance.getBool(_IS_FIRST_TIME) ?? true;