shareAppMessage property
String
get
shareAppMessage
| Locale | Translation |
|---|---|
| en | "Hey! I’ve just started using Hubble, an amazing new savings app that lets me plan for my purchases with my favourite brands. And it offers 10% in rewards every month! Check it out: https://myhubble.money" |
Implementation
String get shareAppMessage {
return customLookup?.shareAppMessage ?? _lookup.shareAppMessage;
}