getCallDetails method
- String sessionId,
- String userAuthToken,
- dynamic onSuccess(
- CallLog callLog
- dynamic onError(
- CometChatCallsException error
Implementation
void getCallDetails(
String sessionId,
String userAuthToken,
Function(CallLog callLog) onSuccess,
Function(CometChatCallsException error) onError
) {
throw UnimplementedError('getCallDetails has not been implemented.');
}