encodeResultScreenShareBtnText property

String encodeResultScreenShareBtnText

Implementation

String get encodeResultScreenShareBtnText {
  return Intl.message(
    'Share',
    name: 'encodeResultScreenShareBtnText',
    desc: 'Text for the share button of the encode result screen',
    locale: localeName,
  );
}