matchFormsBy method

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

Implementation

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