refactoring
This commit is contained in:
@@ -9,8 +9,9 @@ abstract class DashboardRepository {
|
||||
|
||||
Future<Either<Failure, DashboardEntity>> getDashboardData(
|
||||
String organizationId,
|
||||
String userId,
|
||||
);
|
||||
String userId, {
|
||||
bool useGlobalDashboard = false,
|
||||
});
|
||||
|
||||
Future<Either<Failure, DashboardStatsEntity>> getDashboardStats(
|
||||
String organizationId,
|
||||
|
||||
Reference in New Issue
Block a user