Derek Ross
· 14w
any flutter devs out there? how do i make an app reconnect and resubscribe to relays after the app has been backgrounded / slept. this is my largest hurdle with the divine flutter app.
https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver-class.htmlThis might be what you are looking for. You can detect fore/background state.