static Future<void> setDontShowDisclaimer(bool dontShow) async { await storage.write(key: disclaimerKey, value: dontShow ? 'true' : 'false'); }