press_twice_to_exit property

String get press_twice_to_exit

Press twice to exit

Implementation

String get press_twice_to_exit {
  return Intl.message(
    'Press twice to exit',
    name: 'press_twice_to_exit',
    desc: '',
    args: [],
  );
}