getShareText property

  1. @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
Future<String> Function(List<String> productIds) getShareText
final

Callback to get the share text based on product IDs.

Implementation

@JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
final Future<String> Function(List<String> productIds) getShareText;