step 7 : login, logout (bug disconnect), home screen top info user login

This commit is contained in:
sindhu
2024-01-25 14:17:50 +07:00
parent aa22053180
commit b772e74e17
16 changed files with 731 additions and 73 deletions

View File

@@ -21,6 +21,7 @@ abstract class BaseRepository {
throw BaseRepositoryException(message: result.exception.toString());
}
// return result.data!;
return result.data!;
} catch (e) {
throw BaseRepositoryException(message: e.toString());