Future<void> updateAppState(bool foreground) async { await applicationStorage.updateAppState(foreground); await sessionStorage.update(foreground); }