o grande rollback

This commit is contained in:
FlutterFlow 2024-07-26 13:22:13 +00:00 committed by jantunesmesias
parent c8e043eccc
commit de87353855
2 changed files with 881 additions and 185 deletions

View File

@ -2389,26 +2389,6 @@ class GetLiberationsCopyCall {
.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
class ApiPagingParams {

File diff suppressed because it is too large Load Diff