Reddit.fromAuthenticator constructor

Reddit.fromAuthenticator(
  1. Authenticator auth
)

Implementation

Reddit.fromAuthenticator(Authenticator auth) {
  _config = DRAWConfigContext();
  _initializationCallback(auth);
}