onContinueButtonAuthSuccessClicked method

dynamic onContinueButtonAuthSuccessClicked()

Implementation

onContinueButtonAuthSuccessClicked() => _analytics.track(
      _continueButtonClickedAuthSuccess,
      properties: {
        _clientIdKey: _clientIdValue,
        _screenTypeKey: _screenTypeFullScreenValue,
      },
    );