Future<void> updateAppState(bool foreground) async { await putString(Keys.appState, foreground ? 'Foreground' : 'Background'); }