initCometChatCalls method

void initCometChatCalls(
  1. CallAppSettings callAppSettings,
  2. dynamic onSuccess(
    1. String success
    ),
  3. dynamic onError(
    1. CometChatCallsException e
    )
)

Implementation

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