getCameraList method

Future<void> getCameraList()

Implementation

Future<void> getCameraList() async {
  await TRTC.getCameraList();
}