LoginFlow constructor

LoginFlow({
  1. String? type,
})

Implementation

LoginFlow({
  this.type,
});