login method

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

Implementation

Future<String?> login({AuthFlowType? type, String? orgCode}) async {
  return _redirectToKinde(type: type, orgCode: orgCode);
}