modifyCodes method

Future<List<Code>> modifyCodes(
  1. List<Code> codeBatch
)

Implementation

Future<List<Code>> modifyCodes(List<Code> codeBatch) async {
	return await CardinalSdkPlatformInterface.instance.apis.code.modifyCodes(
		_sdkId,
		codeBatch,
	);
}