activatePromotionByCode method

Future<void> activatePromotionByCode(
  1. String code
)

Implementation

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