This commit is contained in:
parent
95ae5220a6
commit
f228864bf6
|
|
@ -31,6 +31,7 @@ class RequestTool {
|
||||||
}
|
}
|
||||||
final RetrofitClient _client;
|
final RetrofitClient _client;
|
||||||
static RequestTool? _instance;
|
static RequestTool? _instance;
|
||||||
|
|
||||||
RequestTool._internal(this._client);
|
RequestTool._internal(this._client);
|
||||||
|
|
||||||
static get instance {
|
static get instance {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue