Future<void> setUTMSource(String? utmSource) async { await waitForInit(); appDataStore.utmSource = utmSource; }