switchCamera method

Future<void> switchCamera()

切换摄像头

Implementation

Future<void> switchCamera() async {
  return _livePusherMethodChannel.invokeMethod(
    'switchCamera',
    wrapArgs(),
  );
}