withOpenAccountInputDirectly method

LoginUIConfigBuilder withOpenAccountInputDirectly(
  1. bool toAccountInputDirectly
)

Implementation

LoginUIConfigBuilder withOpenAccountInputDirectly(bool toAccountInputDirectly) {
  openAccountInputDirectly = toAccountInputDirectly;
  return this;
}