EnableTorchNotAvailableException constructor

EnableTorchNotAvailableException({
  1. 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});