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