dart format

This commit is contained in:
2026-05-08 20:12:40 +02:00
parent 9e139b5704
commit 3b8da1d3d6
295 changed files with 6404 additions and 4161 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ import '../state/app/modules/chat_list/bloc/chat_list_bloc.dart';
class NotificationTasks {
static void updateBadgeCount(RemoteMessage notification) {
FlutterAppBadge.count(int.parse((notification.data['unreadCount'] as String?) ?? '0'));
FlutterAppBadge.count(
int.parse((notification.data['unreadCount'] as String?) ?? '0'),
);
}
static void updateProviders(BuildContext context) {