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