error_atSign_activated property

String get error_atSign_activated

This atSign has already been activated. Please upload your atKeys to pair it with this device

Implementation

String get error_atSign_activated {
  return Intl.message(
    'This atSign has already been activated. Please upload your atKeys to pair it with this device',
    name: 'error_atSign_activated',
    desc: '',
    args: [],
  );
}