Suppose everything is up and running (iOS app responds to the button clicks correctly).
Then the user goes to the native Flic app and delete the button (taps on the button, taps on the gear setting on the top-right, taps on "Delete").
Flic is deleted, but the user does not forget the device in Bluetooth.
Questions: is there any delegate to react when users Delete the button in the native Flic app?
How to handle this scenario?
(In my mind I would perform "open func forget(_ button: SCLFlicButton)" as soon as the app receives an indication that the button was deleted in the native Flic app).
Please advise, thanks.