sub_upload_atKeys property

String get sub_upload_atKeys

Upload your atKey file. This file was generated when you activated and paired your atSign and you were prompted to store it in a secure location.

Implementation

String get sub_upload_atKeys {
  return Intl.message(
    'Upload your atKey file. This file was generated when you activated and paired your atSign and you were prompted to store it in a secure location.',
    name: 'sub_upload_atKeys',
    desc: '',
    args: [],
  );
}