This commit is contained in:
machuanyu 2024-04-03 10:08:09 +08:00
parent 95ae5220a6
commit f228864bf6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class RequestTool {
}
final RetrofitClient _client;
static RequestTool? _instance;
RequestTool._internal(this._client);
static get instance {