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