翻转摄像头
Future<int> switchCamera() async { int code = await _channel.invokeMethod('switchCamera') ?? -1; await getCurrentCallSession(); return code; }