custom static method
自定义Header Key格式:CustomKey: {token}
Implementation
static TokenFormatConfig custom(String headerKey) {
return TokenFormatConfig(headerKey: headerKey);
}
自定义Header Key格式:CustomKey: {token}
static TokenFormatConfig custom(String headerKey) {
return TokenFormatConfig(headerKey: headerKey);
}