🐛 Fix cannot set final field in network client
This commit is contained in:
parent
f1abf94399
commit
c02b95c9ac
@ -12,7 +12,7 @@ const kAtkStoreKey = 'nex_user_atk';
|
|||||||
const kRtkStoreKey = 'nex_user_rtk';
|
const kRtkStoreKey = 'nex_user_rtk';
|
||||||
|
|
||||||
class SnNetworkProvider {
|
class SnNetworkProvider {
|
||||||
late final Dio client;
|
late Dio client;
|
||||||
|
|
||||||
late final FlutterSecureStorage _storage = FlutterSecureStorage();
|
late final FlutterSecureStorage _storage = FlutterSecureStorage();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user