<bool> isCameraTorchSupported ()
Future
检测设备是否支持闪光灯常开。
Returns
true
:设备支持闪光灯常开。false
:设备不支持闪光灯常开。
Implementation
<bool> isCameraTorchSupported() {
return _invokeMethod('isCameraTorchSupported');
}
Future
最近更新时间:2022-09-20 05:17:40
<bool> isCameraTorchSupported ()
Future
检测设备是否支持闪光灯常开。
Returns
true
:设备支持闪光灯常开。false
:设备不支持闪光灯常开。<bool> isCameraTorchSupported() {
return _invokeMethod('isCameraTorchSupported');
}
Future