strAppHttpErr property

String get strAppHttpErr

Request was aborted!

Implementation

String get strAppHttpErr {
  return Intl.message(
    'Request was aborted!',
    name: 'strAppHttpErr',
    desc: '',
    args: [],
  );
}