strAppHttpErr property

String strAppHttpErr

Request was aborted!

Implementation

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