Future<void> activatePromotionByUUID(String uuid) async { await methodChannel.invokeMethod( "Promotions/activatePromotionByUUID", uuid); }