step 7 : login, logout (bug disconnect), home screen top info user login
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user