add all outlet

This commit is contained in:
Efril
2026-05-14 14:11:42 +07:00
parent 6fda0f5636
commit 9f2097a268
4 changed files with 149 additions and 36 deletions
-1
View File
@@ -28,7 +28,6 @@ void main() async {
// Initialize FCM after dependencies are ready
await getIt<FcmService>().initialize(
onMessageTap: (message) {
// TODO: handle navigation when notification is tapped
debugPrint('[FCM] Navigate based on: ${message.data}');
},
);