device_binding property

String get device_binding

the device has been bound

Implementation

String get device_binding {
  return Intl.message(
    'the device has been bound',
    name: 'device_binding',
    desc: '',
    args: [],
  );
}