platform_no_secret property

String get platform_no_secret

the platform does not have a secret set

Implementation

String get platform_no_secret {
  return Intl.message(
    'the platform does not have a secret set',
    name: 'platform_no_secret',
    desc: '',
    args: [],
  );
}