getShareText property
- @JsonKey(toJson: toNull, fromJson: toNull, includeIfNull: false)
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;