AuthManager constructor

AuthManager(
  1. String username,
  2. String password
)

Implementation

AuthManager(this.username, this.password);