handleLoginSuccess method
Implementation
void handleLoginSuccess(String accountId, String token) {
CallKitUILog.i(_tag, 'CallManager handleLoginSuccess()');
CallKitUILog.i(_tag,
'CallManager handleLoginSuccess: appKey = $_appKey, accountId = $accountId');
CallManager.instance
.setupEngine(_appKey!, accountId, extraConfig: _extraConfig);
}