RSOHandler constructor

RSOHandler(
  1. Dio _client,
  2. UserDetails _userDetails,
  3. bool shouldPersistSession
)

Implementation

RSOHandler(this._client, this._userDetails, this.shouldPersistSession);