PlainAuthenticator constructor

const PlainAuthenticator(
  1. String userName,
  2. String password
)

Create a new PlainAuthenticator with the specified userName and password

Implementation

const PlainAuthenticator(this.userName, this.password);