TF-1068 implement clean up save recent & get all login username
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:tmail_ui_user/features/cleanup/domain/model/email_cleanup_rule.dart';
|
||||
import 'package:tmail_ui_user/features/cleanup/domain/model/recent_login_url_cleanup_rule.dart';
|
||||
import 'package:tmail_ui_user/features/cleanup/domain/model/recent_login_username_cleanup_rule.dart';
|
||||
import 'package:tmail_ui_user/features/cleanup/domain/model/recent_search_cleanup_rule.dart';
|
||||
|
||||
abstract class CleanupRepository {
|
||||
@@ -8,4 +9,6 @@ abstract class CleanupRepository {
|
||||
Future<void> cleanRecentSearchCache(RecentSearchCleanupRule cleanupRule);
|
||||
|
||||
Future<void> cleanRecentLoginUrlCache(RecentLoginUrlCleanupRule cleanupRule);
|
||||
|
||||
Future<void> cleanRecentLoginUsernameCache(RecentLoginUsernameCleanupRule cleanupRule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user