RSOHandler constructor

RSOHandler(
  1. Dio _client,
  2. UserDetails userDetails
)

Implementation

RSOHandler(this._client, this.userDetails);