setFirstTimeSetupFlag method

void setFirstTimeSetupFlag()

Sets the first time setup flag so the first time message does not show again.

Implementation

void setFirstTimeSetupFlag() async {
  await _preferences.put('first_time_setup', false);
}