EnableTorchNotAvailableException constructor
EnableTorchNotAvailableException({
- String? message,
Exception thrown when an attempt was made to turn on the torch but it was detected that the device does not have one equipped.
Implementation
EnableTorchNotAvailableException({this.message});