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