getCameraZoomMaxRatio method Null safety
获取摄像头的缩放因子
Implementation
Future<double?> getCameraZoomMaxRatio() {
return _channel.invokeMethod('getCameraZoomMaxRatio');
}
获取摄像头的缩放因子
Future<double?> getCameraZoomMaxRatio() {
return _channel.invokeMethod('getCameraZoomMaxRatio');
}