isFirstTimeSetup property
Whether or not it is the app's first time setup to show the languages dialog.
Implementation
bool get isFirstTimeSetup {
return _preferences.get('first_time_setup', defaultValue: true);
}
Whether or not it is the app's first time setup to show the languages dialog.
bool get isFirstTimeSetup {
return _preferences.get('first_time_setup', defaultValue: true);
}