plus_plugins
plus_plugins copied to clipboard
feat(connectivity_plus): Return multiple active types on MacOS/iOS when available
Description
Switching from check for active used connection on iOS/MacOS to available connections to return multiple connection types when such are available. Tested with a dongle for MacBook which has Ethernet port and looks like getting results as expected:
Here is a screenshot from a few more test cases where I tried to connect/disconnect both Wi-Fi and Ethernet
Additionally did a few changes to the API documentation comments.
Related Issues
Closes #3073
Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
- [ ] Yes, this is a breaking change (please indicate that with a
!
in the title as explained in Conventional Commits). - [x] No, this is not a breaking change.