matchFormsBy method

Future<List<String>> matchFormsBy(
  1. FilterOptions<Form> filter
)

Implementation

Future<List<String>> matchFormsBy(FilterOptions<Form> filter) async {
	return await CardinalSdkPlatformInterface.instance.apis.form.matchFormsBy(
		_sdkId,
		filter,
	);
}