AuthInterceptor constructor

AuthInterceptor(
  1. Future<String?> getToken()
)

Implementation

AuthInterceptor(this.getToken);