AuthNextStep constructor

const AuthNextStep({
  1. AuthCodeDeliveryDetails? codeDeliveryDetails,
  2. Map<String, String>? additionalInfo,
})

Implementation

const AuthNextStep({this.codeDeliveryDetails, this.additionalInfo});