chore: Follow up notification action isolate handling
This commit is contained in:
parent
b7e112a224
commit
3c049211ca
3 changed files with 27 additions and 3 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue