chore: Follow up notification action isolate handling

This commit is contained in:
Christian Kußowski 2025-11-12 08:51:21 +01:00
commit 3c049211ca
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 27 additions and 3 deletions

View file

@ -56,4 +56,7 @@ abstract class AppConfig {
host: 'fluffy.chat',
path: '/en/privacy',
);
static const String mainIsolatePortName = 'main_isolate';
static const String pushIsolatePortName = 'push_isolate';
}