查询是否支持开关闪光灯(手电筒模式)。
Future<bool> isCameraTorchSupported() { return _channel.invokeMethod('isCameraTorchSupported'); }