answer static method

Future<void> answer(
  1. String callId
)

Answer the call.

Param callId the received call id.

Implementation

static Future<void> answer(String callId) {
  return _impl.answer(callId);
}