TF-248 Update UI and Action for selection multiple email
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
import 'package:model/email/presentation_email.dart';
|
||||
|
||||
extension ListPresentationEmailExtension on List<PresentationEmail> {
|
||||
bool get isAllEmailRead => every((email) => email.isReadEmail());
|
||||
}
|
||||
Reference in New Issue
Block a user