onDevicesChanged method

  1. @visibleForTesting
void onDevicesChanged(
  1. List arguments
)

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);
}