TF-4178 Add datasource/repository/interactor for create new label
This commit is contained in:
@@ -3,4 +3,6 @@ import 'package:labels/model/label.dart';
|
||||
|
||||
abstract class LabelDatasource {
|
||||
Future<List<Label>> getAllLabels(AccountId accountId);
|
||||
|
||||
Future<Label> createNewLabel(AccountId accountId, Label labelData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user