onDevicesChanged method
Handles device changes for testing purposes.
This method is visible for testing and allows simulating device changes
in unit tests by calling the internal _onDevicesChanged
method.
Implementation
@visibleForTesting
void onDevicesChanged(List arguments) {
_onDevicesChanged(arguments);
}