no_bind_relay property

String no_bind_relay

the device is not bound to a gateway

Implementation

String get no_bind_relay {
  return Intl.message(
    'the device is not bound to a gateway',
    name: 'no_bind_relay',
    desc: '',
    args: [],
  );
}