Kunal
Kunal
will help fix this coronasafe/care_fe#2549
Hey there, I would like to work on this issue. Can you guide me a bit more on this issue??
I have also registered them seperately also ```dart bg.BackgroundGeolocation.registerHeadlessTask( backgroundGeolocationHeadlessTask, ); ``` ```dart /// Receive events from BackgroundGeolocation in Headless state. @pragma('vm:entry-point') void backgroundGeolocationHeadlessTask( bg.HeadlessEvent headlessEvent, ) { switch (headlessEvent.name)...
> * You do not use `BackgroundGeolocation.onXXX` in `main.dart` Couldn't follow you here. Could you kindly elaborate a bit further.