TF-4243 Add datasource/repository/interactor for delete a label feature
This commit is contained in:
@@ -8,4 +8,6 @@ abstract class LabelDatasource {
|
||||
Future<Label> createNewLabel(AccountId accountId, Label labelData);
|
||||
|
||||
Future<Label> editLabel(AccountId accountId, EditLabelRequest labelRequest);
|
||||
|
||||
Future<void> deleteLabel(AccountId accountId, Label label);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user