build context. For the function to listen links being clicked when the app is closed or in the background, I have to pass the function in the void main of the main.dart file. But the void main doesn't accept a context. How do I go about that?
aPëx Prâdatør
When the app is closed, the 'BuildContext' does not function as expected. I would like to implement a solution using either Deep Links or Routes to handle screen navigation under these circumstances.