storage_file_not_found property

String get storage_file_not_found

The requested file could not be found

Implementation

String get storage_file_not_found {
  return Intl.message(
    'The requested file could not be found',
    name: 'storage_file_not_found',
    desc: '',
    args: [],
  );
}