isFirstLaunch method

bool isFirstLaunch()

Implementation

bool isFirstLaunch() {
  return settingsBox.get('first_launch', defaultValue: true);
}