setFirstTimeSetupFlag method
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);
}
Sets the first time setup flag so the first time message does not show again.
void setFirstTimeSetupFlag() async {
await _preferences.put('first_time_setup', false);
}