storage_device_not_found property
String
get
storage_device_not_found
The requested storage device could not be found
Implementation
String get storage_device_not_found {
return Intl.message(
'The requested storage device could not be found',
name: 'storage_device_not_found',
desc: '',
args: [],
);
}