Future<void> trackItemView(String itemId) async { return _channel.invokeMethod('predict.trackItemView', {'itemId': itemId}); }