activatePromotion method
Implementation
Future<SyneriseResult<Promotion>> activatePromotion(PromotionActivationOptions options) async {
return await SyneriseInvocation(methodChannel).invokeSDKApiMethod<Promotion>(
'Promotions/activatePromotionWithOptions',
parameters: options.asMap(), isMappable: true);
}