获取支持的最大变焦值
returns 最大变焦值
returns
Future<double> getMaxZoom() async { return await _livePusherMethodChannel.invokeMethod( 'getMaxZoom', wrapArgs(), ); }