This commit is contained in:
machuanyu 2024-04-03 10:05:02 +08:00
parent b980463cef
commit e13d11a248
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class RequestTool {
return RetrofitClient(dio, baseUrl: RequestConfig().baseUrl);
}
final RetrofitClient _client;
static RequestTool? _instance;