callAnswer method

Future callAnswer()

Implementation

Future callAnswer() async {
  return await _channel.invokeMethod(Constants.CMD_CALL_ANSWER);
}