cepContext property
CEP-specific metadata, opaque to Digia core.
Plugin writes whatever identifiers it needs here during mapping. Plugin reads them back in notifyEvent() to call the correct CEP API.
Example (CleverTap): {'templateName': 'onboarding_modal'} Example (MoEngage): {'campaignId': 'abc123', 'campaignName': 'summer'}
Implementation
final Map<String, dynamic> cepContext;