initCometChatCalls method
void
initCometChatCalls(
- CallAppSettings callAppSettings,
- dynamic onSuccess(
- String success
- dynamic onError()
Implementation
void initCometChatCalls(
CallAppSettings callAppSettings,
Function(String success) onSuccess,
Function(CometChatCallsException e) onError) {
throw UnimplementedError('initCometChatCalls has not been implemented.');
}