platform_no_pay property

String get platform_no_pay

payment is not enabled on the platform

Implementation

String get platform_no_pay {
  return Intl.message(
    'payment is not enabled on the platform',
    name: 'platform_no_pay',
    desc: '',
    args: [],
  );
}