Returns the current torch state (true if on, false if off).
Future<bool> isOn() async { return await TorchFlashlight.isTorchOn(); }