viewContentEvent abstract method

Future<String?> viewContentEvent({
  1. required String currency,
  2. required String total,
  3. required List<ConvertedInProduct> products,
})

Logs a view content event

Implementation

Future<String?> viewContentEvent({required String currency, required String total, required List<ConvertedInProduct> products});