matchDevicesBySorted method

Future<List<String>> matchDevicesBySorted(
  1. BaseSortableFilterOptions<Device> filter
)

Implementation

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