static Future<void> setUtmCampaign(String utmCampaign) async { await AppierFlutterPlatform.instance.setUtmCampaign(utmCampaign); }