storage_invalid_file property
String
get
storage_invalid_file
The uploaded file is invalid. Please check the file and try again
Implementation
String get storage_invalid_file {
return Intl.message(
'The uploaded file is invalid. Please check the file and try again',
name: 'storage_invalid_file',
desc: '',
args: [],
);
}