device_auth_same_grade_min property

String device_auth_same_grade_min

the same level of permission is too low to execute

Implementation

String get device_auth_same_grade_min {
  return Intl.message(
    'the same level of permission is too low to execute',
    name: 'device_auth_same_grade_min',
    desc: '',
    args: [],
  );
}