Load bookmarks

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 18:32:20 +01:00
parent 926147edbd
commit 1521fd0f7e
17 changed files with 429 additions and 286 deletions

View File

@@ -1,6 +1,6 @@
class ApiResponse {
class ApiResponse<T> {
final bool successful;
final dynamic content;
final T? content;
final int? statusCode;
const ApiResponse({