isDiscoveredDevice function
Custom matcher to verify if an object is a LocalDevice.
Implementation
Matcher isDiscoveredDevice({String? displayName, LocalDeviceType? type}) {
return _IsDiscoveredDeviceMatcher(displayName: displayName, type: type);
}