Updated http requests to use new function

This commit is contained in:
Juan Gilsanz Polo 2022-10-03 22:25:20 +02:00
parent bc897808a4
commit 82e8b0d9d3
2 changed files with 115 additions and 190 deletions

View file

@ -1,10 +1,8 @@
import 'dart:convert';
class AppLog {
final String type;
final DateTime dateTime;
final String message;
final int? statusCode;
final String? statusCode;
final String? resBody;
const AppLog({