HardwareUnavailableException constructor
const
HardwareUnavailableException({
- required HardwareErrorCode code,
- required String message,
- Object? details,
Creates a HardwareUnavailableException.
Implementation
const HardwareUnavailableException({
required super.code,
required super.message,
super.details,
});