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