Checks if the torch is available on the device.
@override Future<bool> isTorchAvailable() async { // Web doesn't support hardware torch access return false; }