handleLoginSuccess method

void handleLoginSuccess(
  1. String accountId,
  2. String token
)

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);
}