enableIOSPIPAuto method
Implementation
Future<void> enableIOSPIPAuto(
bool isEnabled, {
int aspectWidth = 9,
int aspectHeight = 16,
}) async {
return await ZegoUIKitPluginPlatform.instance.enableIOSPIPAuto(
isEnabled,
aspectWidth: aspectWidth,
aspectHeight: aspectHeight,
);
}