matchDevicesBy method

Future<List<String>> matchDevicesBy(
  1. BaseFilterOptions<Device> filter
)

Implementation

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