device_on_line property

String device_on_line

the device is not online

Implementation

String get device_on_line {
  return Intl.message(
    'the device is not online',
    name: 'device_on_line',
    desc: '',
    args: [],
  );
}