Checks if the torch (flashlight) functionality is available on the device.
Future<bool> isAvailable() async { return await TorchFlashlight.isTorchFlashlightAvailable(); }