FlutterLoginConfiguration constructor

FlutterLoginConfiguration(
  1. Function onLoginSuccess,
  2. String htmlToc,
  3. String htmlPrivacy, {
  4. bool disableLogin = false,
  5. bool disableSignUp = false,
  6. bool disablePasswordReset = false,
})

Implementation

FlutterLoginConfiguration(
    this.logo, this.onLoginSuccess, this.htmlToc, this.htmlPrivacy,
    {this.disableLogin = false,
    this.disableSignUp = false,
    this.disablePasswordReset = false});