feat: Persist label state after get all labels
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:tmail_ui_user/features/labels/domain/model/edit_label_request.da
|
||||
import 'package:tmail_ui_user/features/labels/data/model/label_change_response.dart';
|
||||
|
||||
abstract class LabelDatasource {
|
||||
Future<List<Label>> getAllLabels(AccountId accountId);
|
||||
Future<({List<Label> labels, State? newState})> getAllLabels(AccountId accountId);
|
||||
|
||||
Future<Label> createNewLabel(AccountId accountId, Label labelData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user