TF-79 Create popmenu for tablet
This commit is contained in:
@@ -30,7 +30,6 @@ abstract class EmailDataSource {
|
||||
|
||||
Future<List<EmailId>> moveToMailbox(AccountId accountId, MoveRequest moveRequest);
|
||||
|
||||
Future<bool> markAsImportant(AccountId accountId, EmailId emailId, ImportantAction importantAction);
|
||||
Future<List<Email>> markAsStar(
|
||||
AccountId accountId,
|
||||
List<Email> emails,
|
||||
|
||||
@@ -220,7 +220,6 @@ class EmailAPI {
|
||||
});
|
||||
}
|
||||
|
||||
Future<bool> markAsImportant(AccountId accountId, EmailId emailId, ImportantAction importantAction) async {
|
||||
Future<List<Email>> markAsStar(AccountId accountId, List<Email> emails, MarkStarAction markStarAction) async {
|
||||
final emailIds = emails.map((email) => email.id).toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user