trackViewContent static method
Track the content browsing operation.
Implementation
static Future<void> trackViewContent(final String contentId,
[final Map<String, dynamic> properties = const {}]) async {
await _invokeMethod('trackViewContent', [contentId, properties]);
}