encodeScreenTitle property

String encodeScreenTitle

Implementation

String get encodeScreenTitle {
  return Intl.message(
    'Encode a Message',
    name: 'encodeScreenTitle',
    desc: 'Text for the title of the encode screen',
    locale: localeName,
  );
}