system_auth property

String get system_auth

insufficient permissions

Implementation

String get system_auth {
  return Intl.message(
    'insufficient permissions',
    name: 'system_auth',
    desc: '',
    args: [],
  );
}