Alexey Ursul

Results 4 comments of Alexey Ursul

Hi, I'm not sure it's a perfect approach, but you can do it like this: ``` late final StreamSubscription _serviceStatusStreamSubscription; late final StreamSubscription _permissionStatusStreamSubscription; Future _init(InitEvent event, Emitter emit) async...

> Did you get a momentary solution? Unfortunately no, I've disabled notification actions until a solution is found.

> i did succeed to do it, > but it kind tricky beacuse we need to called static function same as firebase messages(in background) > if @rafaelsetragni will want i...

I think this is a great idea. There are packages that have a similar way of callbacks implementation (`background_fetch`, `workmanager`) and it works fine.