callEnd method

Future callEnd()

Implementation

Future callEnd() async {
  return await _channel.invokeMethod(Constants.CMD_CALL_END);
}