isCameraTorchSupported method Null safety

Future<bool> isCameraTorchSupported ()

查询是否支持开关闪光灯(手电筒模式)。

Implementation

Future<bool> isCameraTorchSupported() {
  return _channel.invokeMethod('isCameraTorchSupported');
}