couldnt_open_this_url property

String get couldnt_open_this_url

Couldn't open this url

Implementation

String get couldnt_open_this_url {
  return Intl.message(
    'Couldn\'t open this url',
    name: 'couldnt_open_this_url',
    desc: '',
    args: [],
  );
}