static Future<bool> shouldShowDisclaimer() async { String? value = await storage.read(key: disclaimerKey); return value != 'true'; }