LoginOption constructor

LoginOption(
  1. bool onlyWebLogin,
  2. String botPrompt, {
  3. int requestCode = DEFAULT_ACTIVITY_RESULT_REQUEST_CODE,
})

Implementation

LoginOption(this.onlyWebLogin, this.botPrompt,
    {this.requestCode = DEFAULT_ACTIVITY_RESULT_REQUEST_CODE});