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