fix timeout

This commit is contained in:
J. A. Messias 2024-12-09 10:18:41 -03:00
parent 546f84a009
commit 7a34785655
1 changed files with 2 additions and 2 deletions

View File

@ -953,7 +953,7 @@ class GetLocalsCall {
cache: false,
isStreamingApi: false,
alwaysAllowBody: false,
).timeout(const Duration(seconds: 30));
);
}
List? locais(dynamic response) => getJsonField(
@ -1380,7 +1380,7 @@ class GetDadosCall {
cache: false,
isStreamingApi: false,
alwaysAllowBody: false,
);
).timeout(const Duration(seconds: 30));
}
bool? errorBolean(dynamic response) => castToType<bool>(getJsonField(