platform_fail property

String get platform_fail

failure

Implementation

String get platform_fail {
  return Intl.message(
    'failure',
    name: 'platform_fail',
    desc: '',
    args: [],
  );
}