Future<List<IdWithRev>> resolvePatientsConflicts({ int? limit }) async { return await CardinalSdkPlatformInterface.instance.apis.system.resolvePatientsConflicts( _sdkId, limit, ); }