ZH
EN
Future<int> switchCamera() async { int code = await _channel.invokeMethod('switchCamera') ?? -1; await getCurrentCallSession(); return code; }