register method

Future<void> register({
  1. AuthFlowType? type,
  2. String? orgCode,
})

Implementation

Future<void> register({AuthFlowType? type, String? orgCode}) async {
  await _redirectToKinde(type: type, orgCode: orgCode, additionalParams: {
    _registrationPageParamName: _registrationPageParamValue
  });
}