matchDevicesBy method
Implementation
Future<List<String>> matchDevicesBy(BaseFilterOptions<Device> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.device.matchDevicesBy(
_sdkId,
filter,
);
}
Future<List<String>> matchDevicesBy(BaseFilterOptions<Device> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.device.matchDevicesBy(
_sdkId,
filter,
);
}