getting spaces and rooms from api {null checks}

This commit is contained in:
Mohammad Salameh
2024-03-13 13:52:22 +03:00
parent 0f3cc453ce
commit 024f15728b
26 changed files with 390 additions and 266 deletions

View File

@ -12,4 +12,5 @@ abstract class ApiEndpoints {
// Spaces
static const String spaces = '$baseUrl/home';
static const String rooms = '$baseUrl/room';
}