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