cmd_not_face property

String get cmd_not_face

no face detected

Implementation

String get cmd_not_face {
  return Intl.message(
    'no face detected',
    name: 'cmd_not_face',
    desc: '',
    args: [],
  );
}