isFirstTimeSetup property

bool isFirstTimeSetup

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);
}