answerCall method

Future<void> answerCall(
  1. String callId
)

Implementation

Future<void> answerCall(String callId) {
  tools.log("ChatCallKitManagerImpl: answerCall called, callId: $callId");
  return _chat.answerCall(callId);
}