reset_description property

String get reset_description

This will remove the selected atSign and its details from this app only.

Implementation

String get reset_description {
  return Intl.message(
    'This will remove the selected atSign and its details from this app only.',
    name: 'reset_description',
    desc: '',
    args: [],
  );
}