endCall property

Future<void> endCall

Implementation

Future<void> get endCall async {
  await mConnMethodChannel.invokeMethod('endCall');
}