storage_bucket_not_found property

String get storage_bucket_not_found

Storage bucket with the requested ID could not be found

Implementation

String get storage_bucket_not_found {
  return Intl.message(
    'Storage bucket with the requested ID could not be found',
    name: 'storage_bucket_not_found',
    desc: '',
    args: [],
  );
}