Future<Code> createCode(Code c) async { return await CardinalSdkPlatformInterface.instance.apis.code.createCode( _sdkId, c, ); }