o grande rollback
This commit is contained in:
parent
c8e043eccc
commit
de87353855
|
@ -2389,26 +2389,6 @@ class GetLiberationsCopyCall {
|
||||||
.toList();
|
.toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
class TesteCall {
|
|
||||||
Future<ApiCallResponse> call() async {
|
|
||||||
final baseUrl = PhpGroup.getBaseUrl();
|
|
||||||
|
|
||||||
return ApiManager.instance.makeApiCall(
|
|
||||||
callName: 'teste',
|
|
||||||
apiUrl: '${baseUrl}est',
|
|
||||||
callType: ApiCallType.GET,
|
|
||||||
headers: {},
|
|
||||||
params: {},
|
|
||||||
returnBody: true,
|
|
||||||
encodeBodyUtf8: false,
|
|
||||||
decodeUtf8: false,
|
|
||||||
cache: false,
|
|
||||||
isStreamingApi: false,
|
|
||||||
alwaysAllowBody: false,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// End PHP Group Code
|
/// End PHP Group Code
|
||||||
|
|
||||||
class ApiPagingParams {
|
class ApiPagingParams {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue