TF-148 Add domain layer for cleanup email cache
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import 'package:tmail_ui_user/features/cleanup/domain/model/cleanup_rule.dart';
|
||||
|
||||
abstract class CleanupRepository {
|
||||
Future<void> cleanEmailCache(CleanupRule cleanupRule);
|
||||
}
|
||||
Reference in New Issue
Block a user