useFrontCamera method

Future<void> useFrontCamera(
  1. bool enable,
  2. int channel
)

Implementation

Future<void> useFrontCamera(bool enable, int channel) async {
  return await ZegoFlutterEngine.instance
      .useFrontCamera(enable, getPublishChannel(channel));
}