device_auth_high_grade property

String device_auth_high_grade

your current device permission and level are higher than or equal to the permission of the sender

Implementation

String get device_auth_high_grade {
  return Intl.message(
    'your current device permission and level are higher than or equal to the permission of the sender',
    name: 'device_auth_high_grade',
    desc: '',
    args: [],
  );
}