addSupertokensInterceptor method
Adds the SuperTokens interceptor to the Dio instance.
Implementation
void addSupertokensInterceptor() {
interceptors.add(SuperTokensInterceptorWrapper(client: this));
}
Adds the SuperTokens interceptor to the Dio instance.
void addSupertokensInterceptor() {
interceptors.add(SuperTokensInterceptorWrapper(client: this));
}