fixed services
This commit is contained in:
@@ -32,7 +32,9 @@ class NetworkManager {
|
||||
}
|
||||
|
||||
void _addInterceptors() {
|
||||
if (_interceptorsAdded) return;
|
||||
if (_interceptorsAdded) {
|
||||
return;
|
||||
}
|
||||
|
||||
final requestInterceptor = InterceptorsWrapper(
|
||||
onRequest: (options, handler) {
|
||||
|
||||
Reference in New Issue
Block a user