device_auth_grade_same property

String get device_auth_grade_same

cannot execute with the same permission and level

Implementation

String get device_auth_grade_same {
  return Intl.message(
    'cannot execute with the same permission and level',
    name: 'device_auth_grade_same',
    desc: '',
    args: [],
  );
}