AuthTokenInterceptor constructor

AuthTokenInterceptor(
  1. Dio httpClient,
  2. PixivAuth auth,
  3. UserAccountResult? accountGetter(),
  4. void accountUpdater(
    1. UserAccountResult userAccount
    ),
)

Implementation

AuthTokenInterceptor(this.httpClient, this.auth, this.accountGetter, this.accountUpdater);