viewContentEvent abstract method
Future<String?>
viewContentEvent({
- required String currency,
- required String total,
- required List<
ConvertedInProduct> products,
Logs a view content event
Implementation
Future<String?> viewContentEvent({required String currency, required String total, required List<ConvertedInProduct> products});