Returns the current torch state (true if on, false if off).
@override Future<bool> isTorchOn() async { // Web doesn't support hardware torch access return false; }